| { |
| "name": "myCoco", |
| "version": "0.1.0", |
| "summary": "A framework ley you use label more easy", |
| "description": "An optional longer description of BZLib\n\n* Markdown format.\n* Don't worry about the indent, we strip it!", |
| "homepage": "https://github.com/roveroc/myCoco", |
| "license": "MIT", |
| "authors": "roveroc", |
| "source": { |
| "git": "https://github.com/roveroc/myCoco.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/*.{h,m}", |
| "resource_bundles": { |
| "BZLib": [ |
| "Pod/Assets/*.png" |
| ] |
| }, |
| "public_header_files": "Pod/Classes/*.h", |
| "frameworks": "CFNetwork", |
| "libraries": "z.1" |
| } |