[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / d / 5 / b / CLKits / 1.0.1 / CLKits.podspec.json
blobbda09f86256f94fde73964e80da8937e7c03a624
2   "name": "CLKits",
3   "version": "1.0.1",
4   "summary": "CLKit just save your time",
5   "homepage": "https://github.com/coooliang/CLKits",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": "coooliang",
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/coooliang/CLKits.git",
16     "tag": "1.0.1"
17   },
18   "requires_arc": true,
19   "default_subspecs": "All",
20   "subspecs": [
21     {
22       "name": "All",
23       "source_files": [
24         "Sources/CLFaster/**/*.{h,m}",
25         "Sources/CLNetworking/**/*.{h,m}",
26         "Sources/CLPopAnimation/**/*.{h,m}"
27       ],
28       "dependencies": {
29         "AFNetworking": [
30           "~> 3.2.1"
31         ],
32         "pop": [
33           "~> 1.0.12"
34         ]
35       },
36       "ios": {
37         "frameworks": [
38           "AVFoundation",
39           "UIKit"
40         ]
41       }
42     },
43     {
44       "name": "CLFaster",
45       "source_files": "Sources/CLFaster/**/*.{h,m}",
46       "ios": {
47         "frameworks": "UIKit"
48       }
49     },
50     {
51       "name": "CLNetworking",
52       "source_files": "Sources/CLNetworking/**/*.{h,m}",
53       "dependencies": {
54         "AFNetworking": [
55           "~> 3.2.1"
56         ]
57       },
58       "ios": {
59         "frameworks": "AVFoundation"
60       }
61     },
62     {
63       "name": "CLPopAnimation",
64       "source_files": "Sources/CLPopAnimation/**/*.{h,m}",
65       "dependencies": {
66         "pop": [
67           "~> 1.0.12"
68         ]
69       },
70       "ios": {
71         "frameworks": "UIKit"
72       }
73     }
74   ]