blob: 51829fdb330924a471fcf740a21dd1184be6e4ff [file] [log] [blame]
{
"name": "CreatingPods",
"version": "0.1.0",
"summary": "Trying pods before creating pods for actual control.",
"description": "For learning purpose. Trying pods with various options to understand podspec.",
"homepage": "https://github.com/Vishal-Singh-Panwar/CreatingPods",
"license": "MIT",
"authors": {
"Vishal Singh Panwar": "vishal.panwar@mutualmobile.com"
},
"source": {
"git": "https://github.com/Vishal-Singh-Panwar/CreatingPods.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"CreatingPods": [
"Pod/Assets/*.png"
]
}
}