blob: 22cf4049784a03f6d7e767442970a5abe9708e6b [file] [log] [blame]
{
"name": "BAFirstPod",
"version": "0.1.0",
"summary": "My first cocoaPod named BAFirstPod created by Bassant Ashraf.",
"homepage": "https://github.com/BasantAshraf/BAFirstPod",
"license": "MIT",
"authors": {
"Basant Ashraf": "bassant.ashraf@ibtikar.net.sa"
},
"source": {
"git": "https://github.com/BasantAshraf/BAFirstPod.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"BAFirstPod": [
"Pod/Assets/*.png"
]
}
}