blob: 721b6c5936d28598c4f1f6f5470b8c6a69a2d4e8 [file] [log] [blame]
{
"name": "APPod",
"version": "0.1.1",
"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.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{h,m}",
"resource_bundles": {
"APPod": [
"Pod/Assets/*.{png,xib}"
]
}
}