[Add] MamoGiftCustom 1.0.7
[CocoaPods.git] / Specs / d / c / 8 / KKTransition / 1.0.2 / KKTransition.podspec.json
blob409dc45300a6e1c96d0ceb2eb870895fe796f8f9
2   "name": "KKTransition",
3   "version": "1.0.2",
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.2"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "frameworks": [
19     "Foundation",
20     "CoreGraphics",
21     "UIKit"
22   ],
23   "subspecs": [
24     {
25       "name": "Base",
26       "source_files": "KKTransition/Base/**/*.{h,m}"
27     },
28     {
29       "name": "Demo",
30       "source_files": "KKTransition/Demo/**/*.{h,m}"
31     }
32   ]