diff --git a/Reloaded.podspec b/Reloaded.podspec
index 0973543..aeb275e 100644
--- a/Reloaded.podspec
+++ b/Reloaded.podspec
@@ -7,36 +7,39 @@
#
Pod::Spec.new do |s|
- s.name = 'Reloaded'
- s.version = '0.0.1'
- s.summary = 'A short description of Reloaded.'
-
-# This description is used to generate tags and improve search results.
-# * Think: What does it do? Why did you write it? What is the focus?
-# * Try to keep it short, snappy and to the point.
-# * Write the description between the DESC delimiters below.
-# * Finally, don't worry about the indent, CocoaPods strips it!
-
- s.description = <<-DESC
-TODO: Add long description of the pod here.
+ s.name = 'Reloaded'
+ s.version = '1.0.0'
+ s.summary = 'Reloaded! Swift "ORM like" abstraction layer for CoreData'
+
+ # This description is used to generate tags and improve search results.
+ # * Think: What does it do? Why did you write it? What is the focus?
+ # * Try to keep it short, snappy and to the point.
+ # * Write the description between the DESC delimiters below.
+ # * Finally, don't worry about the indent, CocoaPods strips it!
+
+ s.description = <<-DESC
+ Using Reloaded is super simple, in the basic configuration you don't have to write a single line of setup you would probably otherwise have in your AppDelegate but you can obviously still leverage your apps delegate methods as you would otherwise.
DESC
- s.homepage = 'https://github.com/LiveUI/Reloaded'
- # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
- s.license = { :type => 'MIT', :file => 'LICENSE' }
- s.author = { 'rafiki270' => 'dev@liveui.io' }
- s.source = { :git => 'https://github.com/LiveUI/Reloaded.git', :tag => s.version.to_s }
- # s.social_media_url = 'https://twitter.com/rafiki270'
+ s.homepage = 'https://github.com/LiveUI/Reloaded'
+ # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
+ s.license = { :type => 'MIT', :file => 'LICENSE' }
+ s.author = { 'rafiki270' => 'dev@liveui.io' }
+ s.source = { :git => 'https://github.com/LiveUI/Reloaded.git', :tag => s.version.to_s }
+ # s.social_media_url = 'https://twitter.com/rafiki270'
+
+ s.ios.deployment_target = '10.0'
+ s.tvos.deployment_target = '10.0'
+ s.macos.deployment_target = '10.12'
+ s.watchos.deployment_target = '4.3'
- s.ios.deployment_target = '10.0'
+ s.source_files = 'Classes/**/*'
- s.source_files = 'Classes/**/*'
-
- # s.resource_bundles = {
- # 'Reloaded' => ['Reloaded/Assets/*.png']
- # }
+ # s.resource_bundles = {
+ # 'Reloaded' => ['Reloaded/Assets/*.png']
+ # }
- # s.public_header_files = 'Pod/Classes/**/*.h'
- # s.frameworks = 'UIKit', 'MapKit'
- # s.dependency 'AFNetworking', '~> 2.3'
+ # s.public_header_files = 'Pod/Classes/**/*.h'
+ # s.frameworks = 'UIKit', 'MapKit'
+ # s.dependency 'AFNetworking', '~> 2.3'
end
diff --git a/Reloaded.xcodeproj/xcshareddata/xcschemes/ReloadedTestTools-iOS.xcscheme b/Reloaded.xcodeproj/xcshareddata/xcschemes/ReloadedTestTools-iOS.xcscheme
deleted file mode 100644
index b609c3b..0000000
--- a/Reloaded.xcodeproj/xcshareddata/xcschemes/ReloadedTestTools-iOS.xcscheme
+++ /dev/null
@@ -1,80 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/Reloaded.xcodeproj/xcshareddata/xcschemes/ReloadedTestTools-macOS.xcscheme b/Reloaded.xcodeproj/xcshareddata/xcschemes/ReloadedTestTools-macOS.xcscheme
deleted file mode 100644
index 383e05a..0000000
--- a/Reloaded.xcodeproj/xcshareddata/xcschemes/ReloadedTestTools-macOS.xcscheme
+++ /dev/null
@@ -1,80 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-