[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / 5 / 2 / a / CGOKit / 0.0.2 / CGOKit.podspec.json
blob77d0d6693e79951659d193dd71c94f4c24b450ad
2   "name": "CGOKit",
3   "version": "0.0.2",
4   "summary": "A short description of CGOKit.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/fzdfy/CGOKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "fzdfy": "yunpeng@mycredigo.com"
13   },
14   "source": {
15     "git": "git@gitlab.com:fyp77/cgokit.git",
16     "tag": "0.0.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "frameworks": "UIKit",
23   "subspecs": [
24     {
25       "name": "CGOExtension",
26       "source_files": "CGOKit/Classes/CGOExtension/*.[h,m]"
27     },
28     {
29       "name": "CGONetwork",
30       "source_files": "CGOKit/Classes/CGONetwork/*.[h,m]",
31       "dependencies": {
32         "AFNetworking": [
33           "~> 3.2.1"
34         ]
35       }
36     }
37   ]