[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / 3 / 9 / QuickTransition / 0.0.2 / QuickTransition.podspec.json
blob80464f6e7771a42ee0627878ec4690aa302b81fe
2   "name": "QuickTransition",
3   "version": "0.0.2",
4   "summary": "Quick and easy transition animation.",
5   "description": "This is a convenient and fast transition animation for users.",
6   "homepage": "https://github.com/gaoyuexit/QuickTransition",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "gaoyu": "gaoyuexit@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/gaoyuexit/QuickTransition.git",
16     "tag": "0.0.2"
17   },
18   "social_media_url": "http://gaoyu.in",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": [
26         "QuickTransition/Classes/Core/*"
27       ]
28     },
29     {
30       "name": "Alert",
31       "source_files": [
32         "QuickTransition/Classes/Alert/*"
33       ],
34       "dependencies": {
35         "QuickTransition/Core": [
37         ]
38       }
39     }
40   ]