blob: ce14d723c8b3eff17fd1a4c062264fc39c896890 [file] [log] [blame]
{
"name": "MyFirstLib",
"version": "0.1.1",
"summary": "My cocoapods tutorial",
"description": "My cocoapods tutorial to create pods.",
"homepage": "https://github.com/KefanJian/MyFirstLib",
"license": "MIT",
"authors": {
"Kefan Jian": "kefanjian@gmail.com"
},
"source": {
"git": "https://github.com/KefanJian/MyFirstLib.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MyFirstLib": [
"Pod/Assets/*.png"
]
}
}