templates/Keys.podspec.json in cocoapods-keys-2.0.1 vs templates/Keys.podspec.json in cocoapods-keys-2.0.2
- old
+ new
@@ -1,8 +1,8 @@
{
"name": "Keys",
- "version": "1.0.0",
+ "version": "1.0.1",
"summary": "Injected podspec used by CocoaPods-Keys plugin.",
"description": "This is intended to be used as an injected podspec template \n used by the [CocoaPods-Keys plugin](https://github.com/orta/cocoapods-keys).\n\n It should *not* be referenced outside of that context. \n",
"homepage": "https://github.com/orta/cocoapods-keys",
"license": {
"type": "MIT",
@@ -15,9 +15,12 @@
},
"source": {
"git": "https://github.com/orta/cocoapods-keys.git",
"tag": "23"
},
+ "platforms": {
+ "ios": "8.0"
+ },
"source_files": "*.{h,m,swift}",
"frameworks": "Foundation",
"requires_arc": true
-}
\ No newline at end of file
+}