| { | |
| "name": "SIKit", | |
| "version": "0.1.3", | |
| "summary": "Simple interface form control", | |
| "homepage": "https://github.com/khemarin/SIKit", | |
| "license": "MIT", | |
| "authors": { | |
| "Khemarin": "loch_khemarin@yahoo.com" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/khemarin/SIKit.git", | |
| "tag": "0.1.3" | |
| }, | |
| "source_files": "SIKit/SIKit/**/*.{h,m}", | |
| "resource_bundles": { | |
| "SIKit": "SIKit/SIKit/**/*.{xib,storyboard}" | |
| }, | |
| "public_header_files": [ | |
| "SIKit/SIKit/SIKit.h", | |
| "SIKit/SIKit/**/*.h" | |
| ] | |
| } |