[Add] GluedInFeedSDK 2.5.1
[CocoaPods.git] / Specs / 0 / 7 / 4 / KKLib / 0.1.2 / KKLib.podspec.json
blob3a00555eddb47485dab06bdd9bf1b7cd2a46f49d
2   "name": "KKLib",
3   "version": "0.1.2",
4   "summary": "封装常用的功能的分类",
5   "description": "封装常用的分类和功能。",
6   "homepage": "https://github.com/GavinKangDeveloper/KKLib",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "KangKang": "776362265@qq.com.com"
13   },
14   "source": {
15     "git": "https://github.com/GavinKangDeveloper/KKLib.git",
16     "tag": "0.1.2"
17   },
18   "social_media_url": "https://juejin.im/user/1433418895468397/posts",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "requires_arc": true,
23   "subspecs": [
24     {
25       "name": "Categories",
26       "source_files": "KKLib/Classes/Categories/*.{h,m}"
27     },
28     {
29       "name": "Tools",
30       "source_files": "KKLib/Classes/Tools/*.{h,m}"
31     },
32     {
33       "name": "Configs",
34       "source_files": "KKLib/Classes/Configs/*.{h,m}"
35     }
36   ]