| { |
| "name": "MGSwipeTabBarController", |
| "version": "2.0", |
| "summary": "Simple swipe tab bar controller for iOS.", |
| "homepage": "https://github.com/mglagola/MGSwipeTabBarController", |
| "screenshots": [ |
| "https://raw.githubusercontent.com/mglagola/MGSwipeTabBarController/master/Screenshots/screen1.png", |
| "https://raw.githubusercontent.com/mglagola/MGSwipeTabBarController/master/Screenshots/screen2.png" |
| ], |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE.txt" |
| }, |
| "authors": "mglagola", |
| "social_media_url": "http://twitter.com/mglagola", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/mglagola/MGSwipeTabBarController.git", |
| "tag": "2.0" |
| }, |
| "source_files": [ |
| "MGSwipeTabBarController", |
| "MGSwipeTabBarController/*.{h,m}" |
| ], |
| "requires_arc": true |
| } |