blob: e8bc16316176207ce784eb1d2abb58f081ca933c [file] [log] [blame]
{
"name": "ExampleCocoaPod2",
"version": "0.1.1",
"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/ExampleCocoaPod2.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"ExampleCocoaPod2/*",
"ExampleCocoaPod2/ExampleCocoapod.framework/Headers/*.h"
],
"public_header_files": "ExampleCocoaPod2/ExampleCocoapod.framework/Headers/*.h",
"exclude_files": [
"ExampleCocoaPod2/*.{m,h,plist,sh}",
"ExampleCocoaPod2/ExampleCocoapod.framework/{Info.plist,ExampleCocoapod,ios-build-framework-script.sh}",
"ExampleCocoaPod2/ExampleCocoapod.framework/Modules",
"ExampleCocoaPod2/ExampleCocoapod.framework/_CodeSignature",
"ExampleCocoaPod2/ExampleCocoapod.framework/ExampleCocoapod"
],
"vendored_frameworks": "ExampleCocoaPod2/ExampleCocoapod.framework"
}