Skip to content

Commit

Permalink
updated podspec and deployment target
Browse files Browse the repository at this point in the history
  • Loading branch information
edjiang committed May 11, 2016
1 parent 398eb9d commit b303fec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Simplicity.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "Simplicity"
s.version = "0.1.0"
s.version = "0.0.1"
s.summary = "A framework for authenticating with external providers on iOS"

# This description is used to generate tags and improve search results.
Expand All @@ -23,7 +23,7 @@ DESC

s.homepage = "https://github.com/SimplicityMobile/Simplicity"
# s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2"
s.license = 'Apache2'
s.license = 'Apache 2.0'
s.author = { "Edward Jiang" => "[email protected]" }
s.source = { :git => "https://github.com/SimplicityMobile/Simplicity.git", :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
Expand All @@ -36,7 +36,6 @@ s.source_files = 'Simplicity/**/*.swift'
# 'Simplicity' => ['Simplicity/Assets/*.png']
# }

s.public_header_files = 'Simplicity/**/*.h'
# s.frameworks = 'UIKit', 'MapKit'
# s.dependency 'AFNetworking', '~> 2.3'
end
2 changes: 2 additions & 0 deletions Simplicity.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = Simplicity/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.stormpath.Simplicity;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -303,6 +304,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = Simplicity/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.stormpath.Simplicity;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down

0 comments on commit b303fec

Please sign in to comment.