| { |
| "name": "FiM_JYGeneralTools", |
| "version": "0.1.23", |
| "summary": "A short description of FiM_JYGeneralTools.", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/FirstMen/FiM_JYGeneralTools", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "zhuyuhui434@gmail.com": "zhuyuhui434@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/FirstMen/FiM_JYGeneralTools.git", |
| "tag": "0.1.23" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "public_header_files": "FiM_JYGeneralTools/Classes/JYGeneralTools.h", |
| "source_files": "FiM_JYGeneralTools/Classes/JYGeneralTools.h", |
| "resource_bundles": { |
| "FiM_JYGeneralTools": [ |
| "FiM_JYGeneralTools/Assets/*.png" |
| ] |
| }, |
| "subspecs": [ |
| { |
| "name": "FiM_AttributedStringConfig", |
| "source_files": "FiM_JYGeneralTools/Classes/FiM_AttributedStringConfig/*.{h,m}" |
| }, |
| { |
| "name": "FiM_CGContextObject", |
| "source_files": "FiM_JYGeneralTools/Classes/FiM_CGContextObject/*.{h,m}" |
| }, |
| { |
| "name": "FiM_CustomLayout", |
| "source_files": "FiM_JYGeneralTools/Classes/FiM_CustomLayout/*.{h,m}", |
| "dependencies": { |
| "FiM_JYGeneralTools/FiM_Math": [ |
| |
| ] |
| } |
| }, |
| { |
| "name": "FiM_Easing", |
| "source_files": "FiM_JYGeneralTools/Classes/FiM_Easing/*.{h,m,c}" |
| }, |
| { |
| "name": "FiM_FileManager", |
| "source_files": "FiM_JYGeneralTools/Classes/FiM_FileManager/*.{h,m,c}" |
| }, |
| { |
| "name": "FiM_Math", |
| "source_files": "FiM_JYGeneralTools/Classes/FiM_Math/*.{h,m}" |
| } |
| ] |
| } |