| { |
| "name": "KFXCore", |
| "version": "2.1.0", |
| "summary": "KFXCore - Core component for other KFX pods.", |
| "description": "KFXCore - Core component for other KFX pods. Basically just some useful constants and enums.", |
| "homepage": "https://github.com/ChristianFox/KFXCore.git", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "ChristianFox": "christianfox@kfxtech.com" |
| }, |
| "source": { |
| "git": "https://github.com/ChristianFox/KFXCore.git", |
| "tag": "2.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0", |
| "watchos": "2.0" |
| }, |
| "source_files": "KFXCore/Classes/**/*" |
| } |