blob: dfaddb05dfd2727474bdee0d0c1e431132a6c824 [file] [log] [blame]
{
"name": "AKSamplePod",
"version": "0.1.0",
"summary": "This is a sample.",
"description": "This is another sample for cocoapods creation",
"homepage": "https://github.com/ashishke2m/AKSamplePod",
"license": "MIT",
"authors": {
"ashishke2m": "ashishk@e2msolutions.com"
},
"source": {
"git": "https://github.com/ashishke2m/AKSamplePod.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"AKSamplePod": [
"Pod/Assets/*.png"
]
}
}