| { | |
| "name": "FF", | |
| "version": "0.0.1", | |
| "summary": "FF library", | |
| "description": "just a test about library", | |
| "homepage": "https://github.com/llliang/FF", | |
| "license": "MIT", | |
| "authors": { | |
| "Liang Jiang": "bluedream5161@gmail.com" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/llliang/FF.git", | |
| "tag": "0.0.1" | |
| }, | |
| "source_files": [ | |
| "Classes", | |
| "FF/*.{h,m}" | |
| ], | |
| "public_header_files": "FF/*.h", | |
| "requires_arc": true | |
| } |