blob: 17cf590b49b2a22f56cb2efebc91170e33b259f0 [file] [log] [blame]
{
"name": "APPod",
"version": "0.2.4",
"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.4"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{h,m}",
"resource_bundles": {
"APPod": [
"Pod/Assets/*.{bundle,a}"
]
},
"resources": "Pod/Assets/*.bundle",
"frameworks": "UIKit"
}