Last active
November 3, 2015 12:56
-
-
Save banjun/6fd1492861dfe1074eae to your computer and use it in GitHub Desktop.
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
{ | |
"name": "AppGroup", | |
"version": "1.0.0", | |
"summary": "Injected podspec used by CocoaPods-AppGroup plugin.", | |
"description": "This is intended to be used as an injected podspec template \n used by the [CocoaPods-ApGroup plugin](https://github.com/mzp/cocoapods-app_group).\n\n It should *not* be referenced outside of that context. \n", | |
"homepage": "https://github.com/mzp/cocoapods-app_group", | |
"license": { | |
"type": "MIT", | |
"text": "MIT LICENSE Found in the repo" | |
}, | |
"authors": { | |
"mzp": "[email protected]" | |
}, | |
"source": { | |
"git": "https://github.com/mzp/cocoapods-app_group.git", | |
"tag": "v0.4.0" | |
}, | |
"source_files": "templates/*.{h,m,swift}", | |
"frameworks": "Foundation", | |
"requires_arc": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment