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