Skip to content

Commit

Permalink
Added pod spec and updated swift version to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
priteshrnandgaonkar committed Oct 11, 2016
1 parent 47ac176 commit a44c6f8
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0
14 changes: 14 additions & 0 deletions CardsStack.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Pod::Spec.new do |spec|
spec.name = "CardsStack"
spec.version = "0.2.1"
spec.summary = "UICollectionView turned to awesome set of cards"
spec.homepage = "https://github.com/priteshrnandgaonkar/CardsStack"
spec.license = { type: 'MIT', file: 'LICENSE.md' }
spec.authors = { "Pritesh Nandgaonkar" => '[email protected]' }
spec.social_media_url = "https://twitter.com/prit91"

spec.platform = :ios, "8.0"
spec.requires_arc = true
spec.source = { git: "https://github.com/priteshrnandgaonkar/CardsStack.git", tag: "0.2.1", submodules: true }
spec.source_files = "CardsStack/**/*.{h,swift}"
end
2 changes: 2 additions & 0 deletions CardsStack.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 3.0;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
Expand Down Expand Up @@ -326,6 +327,7 @@
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 3.0;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
Expand Down
2 changes: 2 additions & 0 deletions Example/CardsStackExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,7 @@
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 3.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
Expand Down Expand Up @@ -501,6 +502,7 @@
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 3.0;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
};
Expand Down
Binary file not shown.

0 comments on commit a44c6f8

Please sign in to comment.