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