| { |
| "name": "SImagePicker", |
| "version": "1.0.1", |
| "summary": "A simple library to pick pictures.", |
| "homepage": "https://github.com/Cyrex/SImagePicker", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Cyrex": "szwathub@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/Cyrex/SImagePicker.git", |
| "tag": "1.0.1" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "default_subspecs": "Core", |
| "subspecs": [ |
| { |
| "name": "Core", |
| "dependencies": { |
| "SImagePicker/Untils": [ |
| |
| ] |
| } |
| }, |
| { |
| "name": "Untils", |
| "public_header_files": "SImagePicker/Untils/*.h", |
| "ios": { |
| "source_files": "SImagePicker/Untils/*.{h,m}" |
| } |
| } |
| ] |
| } |