| { |
| "name": "SampleKit", |
| "version": "0.0.1", |
| "summary": "SampleKit Framework Summary here.", |
| "description": "Sample Kit Description here. should be longer than summary", |
| "homepage": "http://www.google.com", |
| "license": "MIT", |
| "authors": { |
| "Sahaj": "sahaj.bhaikanhaiya@gmail.com" |
| }, |
| "source": { |
| "http": "https://dl.dropbox.com/s/eihqlvtxueog52h/SampleKit.zip", |
| "flatten": true |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "frameworks": "SampleKit", |
| "preserve_paths": "SampleKit.framework", |
| "vendored_frameworks": "SampleKit.framework", |
| "prepare_command": "./SampleKit.framework/runrubyscript.sh" |
| } |