| { |
| "name": "K9SegmentedControl", |
| "version": "0.2", |
| "summary": "K9SegmentedControl", |
| "description": "A common Segmented Control.", |
| "homepage": "https://github.com/K999999999/K9SegmentedControl", |
| "license": "MIT", |
| "authors": { |
| "K999999999": "peishen_duan@pinssible.com" |
| }, |
| "source": { |
| "git": "https://github.com/K999999999/K9SegmentedControl.git", |
| "tag": "0.2" |
| }, |
| "requires_arc": true, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "default_subspecs": "K9SegmentedControl", |
| "dependencies": { |
| "Masonry": [ |
| |
| ] |
| }, |
| "subspecs": [ |
| { |
| "name": "K9SegmentedControl", |
| "public_header_files": "K9SegmentedControl/*.h", |
| "ios": { |
| "source_files": [ |
| "K9SegmentedControl/*.{h,m}", |
| "K9SegmentedControl/*.h" |
| ] |
| } |
| } |
| ] |
| } |