blob: b54dfcf8c327ba7efa7a5dd544a6e5121edd925e [file] [log] [blame]
{
"name": "ExampleCocoapod",
"version": "0.1.3",
"summary": "pepepod to rescue",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/Gerrard12/ExampleCocoapod",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gerrard12": "gsanchezc1211@gmail.com"
},
"source": {
"git": "https://github.com/Gerrard12/ExampleCocoapod.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"ExampleCocoapod/*",
"ExampleCocoapod/ExampleCocoapod.framework/Headers/*.h"
],
"exclude_files": [
"ExampleCocoapod/*.{m,h,plist,sh}",
"ExampleCocoapod/ExampleCocoapod.framework/{Info.plist,ExampleCocoapod,ios-build-framework-script.sh}",
"ExampleCocoapod/ExampleCocoapod.framework/Modules",
"ExampleCocoapod/ExampleCocoapod.framework/_CodeSignature",
"ExampleCocoapod/ExampleCocoapod.framework/ExampleCocoapod"
],
"vendored_frameworks": "ExampleCocoapod/ExampleCocoapod.framework"
}