| { |
| "name": "SlateActivityIndicatorView", |
| "version": "0.1.0", |
| "summary": "A custom activity indicator view.", |
| "description": "\t\t\t A custom activity indicator view. Support white, gray, white large, gray large styles.\n", |
| "homepage": "https://github.com/mmslate/SlateActivityIndicatorView", |
| "license": "MIT", |
| "authors": { |
| "wangliqun": "2005wangliqun@163.com", |
| "linyize": "linyize@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/mmslate/SlateActivityIndicatorView.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "*.{h,m}", |
| "resource_bundles": { |
| "ActivityIndicator": [ |
| "resources/*.png" |
| ] |
| } |
| } |