blob: 4e82fbfb5bdc34a4bee9fad4de1e5fa6a31ac5e3 [file] [log] [blame]
{
"name": "DummyPod",
"version": "0.1.0",
"summary": "Creating Pod",
"description": "This is for testing pods",
"homepage": "https://github.com/BhupeshPruthi",
"license": {
"type": "MIT",
"file": "../LICENSE"
},
"authors": {
"BhupeshPruthi": "bhupesh.pruthi@gmail.com"
},
"source": {
"git": "https://github.com/BhupeshPruthi/DummyPod.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"frameworks": "UIKit"
}