[Add] ApTestLibrary 1.0.2
[CocoaPods.git] / Specs / 6 / 9 / 8 / FuseGroupsKits / 1.0.3 / FuseGroupsKits.podspec.json
blob3f2cc1f58f8de266c53111b0a99228c56a87ecb4
2   "name": "FuseGroupsKits",
3   "version": "1.0.3",
4   "summary": "A short description of FuseGroupsKits.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/wintersweet/FuseGroupsKits",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "wintersweet": "hudongdong@fuse.co.id"
13   },
14   "source": {
15     "git": "https://github.com/wintersweet/FuseGroupsKits.git",
16     "tag": "1.0.3"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "dependencies": {
22     "CTMediaKit": [
23       "0.1.0"
24     ],
25     "FBSDKShareKit": [
26       "~> 6.3.0"
27     ]
28   },
29   "subspecs": [
30     {
31       "name": "BaseComponent",
32       "subspecs": [
33         {
34           "name": "FuseLogin",
35           "source_files": "FuseGroupsKits/Classes/BaseComponent/FuseLogin/*"
36         },
37         {
38           "name": "FuTextField",
39           "source_files": "FuseGroupsKits/Classes/BaseComponent/FUSelectTextField/*"
40         },
41         {
42           "name": "FuGrowTextView",
43           "source_files": "FuseGroupsKits/Classes/BaseComponent/GrowTextView/*"
44         }
45       ]
46     }
47   ]