[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / 2 / 6 / RZTransitions / 1.2.1 / RZTransitions.podspec.json
blob3cfa726693f4559ad2344cdd36f55d90f7c27e8a
2   "name": "RZTransitions",
3   "version": "1.2.1",
4   "summary": "RZTransitions is a library to help make iOS7 custom View Controller transitions slick and simple.",
5   "description": "RZTransitions is a library to help make iOS7 custom View Controller transitions slick and simple.\nFeatures Include:\n* A comprehensive library of animation controllers\n* A comprehensive library of interaction controllers\n* Mix and match any animation controller with any interaction controller\n* A shared instance manager that helps wrap the iOS7 custom transition protocol to expose a friendlier API",
6   "homepage": "https://github.com/Raizlabs/RZTransitions",
7   "screenshots": "http://raw.github.com/Raizlabs/RZTransitions/master/Web/RZTransitionsDemo.gif",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Stephen Barnes": "stephen.barnes@raizlabs.com"
14   },
15   "social_media_url": "http://twitter.com/raizlabs",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "source": {
20     "git": "https://github.com/Raizlabs/RZTransitions.git",
21     "tag": "1.2.1"
22   },
23   "source_files": "RZTransitions/**/*.{h,m,swift}",
24   "frameworks": [
25     "CoreGraphics",
26     "UIKit",
27     "Foundation"
28   ],
29   "requires_arc": true