| { |
| "name": "TBRepeatPicker", |
| "version": "1.0", |
| "summary": "An event repeat rule picker similar to iOS system calendar.", |
| "homepage": "https://github.com/hongxinhope/TBRepeatPicker", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE.txt" |
| }, |
| "authors": { |
| "Xin Hong": "xin@teambition.com" |
| }, |
| "source": { |
| "git": "https://github.com/hongxinhope/TBRepeatPicker.git", |
| "tag": "1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "TBRepeatPicker/*.swift", |
| "resource_bundles": { |
| "TBRepeatPicker": [ |
| "TBRepeatPicker/*.png", |
| "TBRepeatPicker/*.lproj" |
| ] |
| }, |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ] |
| } |