[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / d / c / 8 / KKTransition / 1.0.1 / KKTransition.podspec.json
blob5009ce56ba417754edfc6657dc715eda25620170
2   "name": "KKTransition",
3   "version": "1.0.1",
4   "summary": "UIViewController transition on iOS.",
5   "homepage": "https://github.com/huangkaizhan/KKTransition",
6   "license": "MIT",
7   "authors": {
8     "huangkaizhan": "huangkaizhan@mama.cn"
9   },
10   "source": {
11     "git": "https://github.com/huangkaizhan/KKTransition.git",
12     "tag": "1.0.1"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "source_files": "KKTransition/**/*.{h,m}",
19   "frameworks": [
20     "Foundation",
21     "CoreGraphics",
22     "UIKit"
23   ]