| { |
| "name": "SNAnimations", |
| "version": "0.0.2", |
| "summary": "Animation builder.", |
| "description": "Animation builder, CABasicAnimation encapsulation and management of transition animation.", |
| "homepage": "https://github.com/snlo/SNAnimations", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "snlo": "snloveydus@sina.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/snlo/SNAnimations.git", |
| "tag": "0.0.2" |
| }, |
| "source_files": "SNAnimations/SNAnimations/*.{h,m}", |
| "requires_arc": true, |
| "xcconfig": { |
| "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2" |
| } |
| } |