[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / e / a / b / CCTransition / 1.0.0 / CCTransition.podspec.json
blob05635a74a2f2cef1a1bbad353b7dbca132218a81
2   "name": "CCTransition",
3   "version": "1.0.0",
4   "summary": "Library to customize transition animation in iOS 7",
5   "description": "CCTransition provides a convenient method to present view controllers with custom animation and interaction.\nYou can also easily create your own transition animations and apply them to your view controllers to make your app stand out.",
6   "screenshots": "https://raw.githubusercontent.com/xiongcaichang/CCTransition/master/Demo.gif",
7   "homepage": "https://github.com/xiongcaichang/CCTransition",
8   "social_media_url": "http://www.xiongcaichang.com",
9   "license": "MIT",
10   "authors": "xiongcaichang",
11   "platforms": {
12     "ios": "6.1"
13   },
14   "source": {
15     "git": "https://github.com/xiongcaichang/CCTransition.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "Source/**/*.{h,m}",
19   "frameworks": "UIKit",
20   "requires_arc": true