| { |
| "name": "CustomIOSControl", |
| "version": "0.0.1", |
| "summary": "Custom IOS Controls which can be customized in Interface builder", |
| "description": "Custom IOS Controls which can be customized in Interface builder", |
| "homepage": "https://github.com/miralmegha/CustomIOSControl", |
| "license": "MIT", |
| "authors": { |
| "Mittal": "mit.banker1@gmail.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/miralmegha/CustomIOSControl.git", |
| "commit": "c2317d8902247f21e3bca007089b83f5a955e8bd" |
| }, |
| "source_files": [ |
| "Classes", |
| "Classes/**/*.{h,m}" |
| ], |
| "exclude_files": "Classes/Exclude", |
| "dependencies": { |
| "AFNetworking": [ |
| "~> 2.5" |
| ], |
| "SDWebImage": [ |
| "~> 3.7" |
| ], |
| "MBProgressHUD": [ |
| "~> 0.9.2" |
| ], |
| "TWMessageBarManager": [ |
| |
| ], |
| "ObjectiveSugar": [ |
| "~> 1.1" |
| ] |
| }, |
| "prefix_header_file": "Classes/Template-Prefix.pch" |
| } |