| { |
| "name": "TrAnimate", |
| "version": "1.0.0", |
| "summary": "An animation library for iOS.", |
| "description": " TrAnimate is an iOS animation library designed to make it easy to create complex animations without the need for Core Animation.\n", |
| "homepage": "https://github.com/trenskow/TrAnimate", |
| "license": { |
| "type": "BSD 2-Clause", |
| "file": "LICENSE" |
| }, |
| "authors": "Kristian Trenskow", |
| "social_media_url": "https://twitter.com/trenskow", |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "source": { |
| "git": "https://github.com/trenskow/TrAnimate.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "TrAnimate/*.{h,m}", |
| "public_header_files": [ |
| "TrAnimate/TrFadeAnimation.h", |
| "TrAnimate/TrDirectAnimation.h", |
| "TrAnimate/TrInterpolatable.h", |
| "TrAnimate/CALayer+TrAnimateAdditions.h", |
| "TrAnimate/TrScaleAnimation.h", |
| "TrAnimate/TrOpacityAnimation.h", |
| "TrAnimate/UIView+TrAnimateAdditions.h", |
| "TrAnimate/TrAnimationGroup.h", |
| "TrAnimate/TrAnimatable.h", |
| "TrAnimate/TrRotateAnimation.h", |
| "TrAnimate/TrAnimate.h", |
| "TrAnimate/TrAnimation.h", |
| "TrAnimate/NSNumber+TrAnimateAdditions.h", |
| "TrAnimate/NSValue+TrAnimateAdditions.h", |
| "TrAnimate/TrPositionAnimation.h", |
| "TrAnimate/TrLayerAnimation.h" |
| ], |
| "frameworks": [ |
| "QuartzCore", |
| "UIKit", |
| "Foundation" |
| ], |
| "requires_arc": true |
| } |