| { |
| "name": "SimpleUIKit", |
| "version": "1.0.4", |
| "summary": "This is a collection of a few UIKit API's simplified.", |
| "description": "This simplifies the usage for various UIKit classes. See the subpods description", |
| "homepage": "https://github.com/calimarkus/SimpleUIKit", |
| "license": { |
| "type": "MIT" |
| }, |
| "authors": { |
| "Markus Emrich": "markus.emrich@gmail.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/calimarkus/SimpleUIKit.git", |
| "tag": "1.0.4" |
| }, |
| "subspecs": [ |
| { |
| "name": "SimpleActivityView", |
| "source_files": "SimpleUIKit/SimpleActivityView/*.{h,m}" |
| }, |
| { |
| "name": "SimpleAlertController", |
| "source_files": "SimpleUIKit/SimpleAlertController/*.{h,m}" |
| }, |
| { |
| "name": "SimpleAttributedString", |
| "source_files": "SimpleUIKit/SimpleAttributedString/*.{h,m}" |
| }, |
| { |
| "name": "SimpleLocalNotification", |
| "source_files": "SimpleUIKit/SimpleLocalNotification/*.{h,m}" |
| }, |
| { |
| "name": "SimpleMotionEffects", |
| "source_files": "SimpleUIKit/SimpleMotionEffects/*.{h,m}" |
| }, |
| { |
| "name": "SimplePositioning", |
| "source_files": "SimpleUIKit/SimplePositioning/*.{h,m}" |
| }, |
| { |
| "name": "SimpleTableView", |
| "source_files": "SimpleUIKit/SimpleTableView/*.{h,m}" |
| } |
| ] |
| } |