| { |
| "name": "FJMFloraCore", |
| "version": "1.2.2", |
| "summary": "object-c component and category", |
| "description": "FJMFloraCore have some object-c component and category", |
| "homepage": "https://github.com/FJM-ZX/FloraCore", |
| "license": "Apache License 2.0", |
| "authors": { |
| "": "478560836@163.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/FJM-ZX/FloraCore.git", |
| "tag": "1.2.2" |
| }, |
| "subspecs": [ |
| { |
| "name": "component", |
| "source_files": "core/component/*.{h,m}", |
| "public_header_files": "core/component/*.h" |
| }, |
| { |
| "name": "category", |
| "source_files": "core/category/*.{h,m}", |
| "public_header_files": "core/category/*.h" |
| } |
| ] |
| } |