[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / c / 4 / e / KCTransition / 1.0.0 / KCTransition.podspec.json
blobcbd47730bd5412ab74aef6716cbe0567b8d4d987
2   "name": "KCTransition",
3   "version": "1.0.0",
4   "summary": "A set of KCTransition.",
5   "description": "transition的一个集合,添加pod支持",
6   "homepage": "https://github.com/KnowChat/KCTransition",
7   "license": "MIT",
8   "authors": {
9     "tengyue": "knowchat@icloud.com"
10   },
11   "platforms": {
12     "ios": "5.0"
13   },
14   "source": {
15     "git": "https://github.com/KnowChat/KCTransition.git",
16     "tag": "1.0.0"
17   },
18   "default_subspecs": "KCTransition",
19   "frameworks": [
20     "Foundation",
21     "UIKit"
22   ],
23   "requires_arc": true,
24   "subspecs": [
25     {
26       "name": "KCTransition",
27       "source_files": "KCTransition/**/*"
28     },
29     {
30       "name": "KCCircleTransition",
31       "source_files": "KCTransition/KCCircleTransition/*"
32     }
33   ]