blob: 9fd221b0d0a39c920f288f68453f68d3d8f5669e [file] [log] [blame]
{
"name": "APPodtest",
"version": "0.1.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/APPodTesting",
"license": "MIT",
"authors": {
"Arben Pnishi": "arbenpnishi@gmail.com"
},
"source": {
"git": "https://github.com/thebeni/APPodTesting.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"APPodtest": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"AFNetworking": [
"~> 2.3"
]
}
}