| { |
| "name": "AXAnimationChain-Swift", |
| "version": "0.2.1", |
| "summary": "`AXAnimationChain-Swift` is an iOS chain animation kit using swift3.0.", |
| "description": "`AXAnimationChain-Swift` is an iOS chain animation kit using swift3.0 which is easy to use.", |
| "homepage": "https://github.com/devedbox/AXAnimationChain", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "devedbox": "devedbox@qq.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/devedbox/AXAnimationChain.git", |
| "tag": "0.2.1" |
| }, |
| "source_files": "AXAnimationChain/Classes/Swifty/*.swift", |
| "pod_target_xcconfig": { |
| "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/AXAnimationChain/Classes/**" |
| }, |
| "preserve_paths": "AXAnimationChain/Classes/module.modulemap", |
| "dependencies": { |
| "AXAnimationChain": [ |
| |
| ] |
| }, |
| "frameworks": [ |
| "UIKit", |
| "Foundation", |
| "QuartzCore" |
| ], |
| "requires_arc": true, |
| "pushed_with_swift_version": "3.0" |
| } |