| { |
| "name": "ARSegmentPager", |
| "version": "1.1.2", |
| "summary": "segment tab controller with parallaxHeader", |
| "frameworks": "UIKit", |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "homepage": "https://github.com/AugustRush/ARSegmentPager", |
| "license": "MIT", |
| "authors": { |
| "August": "liupingwei30@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/AugustRush/ARSegmentPager.git", |
| "tag": "1.1.2" |
| }, |
| "source_files": [ |
| "ARSegmentPageController", |
| "ARSegmentPageController/**/*.{h,m}" |
| ], |
| "exclude_files": "ARSegmentPageController/Exclude", |
| "public_header_files": "ARSegmentPageController/*.h", |
| "requires_arc": true |
| } |