[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / 2 / 6 / RZTransitions / 1.0 / RZTransitions.podspec.json
blobd8c531ddbf2359ac73db29e0483739e2c3c212fa
2   "name": "RZTransitions",
3   "version": "1.0",
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.\n                   Features 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\n",
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   "platforms": {
16     "ios": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/Raizlabs/RZTransitions.git",
20     "tag": "1.0.0"
21   },
22   "source_files": "RZTransitions/**/*.{h,m}",
23   "frameworks": [
24     "CoreGraphics",
25     "UIKit",
26     "Foundation"
27   ],
28   "requires_arc": true