-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
30 additions
and
187 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' => '[email protected]' } | ||
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' => '[email protected]' } | ||
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 |
80 changes: 0 additions & 80 deletions
80
Reloaded.xcodeproj/xcshareddata/xcschemes/ReloadedTestTools-iOS.xcscheme
This file was deleted.
Oops, something went wrong.
80 changes: 0 additions & 80 deletions
80
Reloaded.xcodeproj/xcshareddata/xcschemes/ReloadedTestTools-macOS.xcscheme
This file was deleted.
Oops, something went wrong.