blob: c820a4f9d533ac111f852f8810ff90a5b33e0fc5 [file] [log] [blame]
{
"name": "APPod",
"version": "0.2.7",
"summary": "Getting to handle with creating Pod.",
"description": "This is another project where I am learning how to create a Pod.",
"homepage": "https://github.com/thebeni/APPod",
"license": "MIT",
"authors": {
"Arben Pnishi": "arbenpnishi@gmail.com"
},
"source": {
"git": "https://github.com/thebeni/APPod.git",
"tag": "0.2.7"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{h,m}",
"resource_bundles": {
"APPod": [
"Pod/Assets/*.bundle"
]
},
"resources": "Pod/Assets/**/*.bundle",
"vendored_libraries": "Pod/Assets/*.a",
"frameworks": "UIKit"
}