[Add] Shakuro.BroadcastAsyncStream 1.0.2
[CocoaPods.git] / Specs / c / 9 / f / ABCIM / 0.0.3 / ABCIM.podspec.json
blob87ed56374649f53ea7bc9ce1f9974820c703157b
2   "name": "ABCIM",
3   "version": "0.0.3",
4   "summary": "ABCIM.",
5   "description": "ABCIM of bing",
6   "homepage": "http://www.abcpen.com",
7   "license": "MIT",
8   "authors": {
9     "bing": "bing@abcpen.com"
10   },
11   "source": {
12     "git": "https://github.com/BingO0o/ABCIM.git"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "requires_arc": true,
18   "subspecs": [
19     {
20       "name": "ABCIMLib",
21       "public_header_files": "ABCIMSDK/ABCIMLib.framework/Headers/ABCIMLib.h",
22       "source_files": "ABCIMSDK/ABCIMLib.framework/Headers/*.{h}",
23       "vendored_frameworks": "ABCIMSDK/ABCIMLib.framework",
24       "dependencies": {
25         "AFNetworking": [
26           "~> 3.1.0"
27         ]
28       },
29       "pod_target_xcconfig": {
30         "ENABLE_BITCODE": "NO"
31       }
32     },
33     {
34       "name": "ABCIMKit",
35       "public_header_files": "ABCIMSDK/ABCIMKit.framework/Headers/ABCIMKit.h",
36       "source_files": "ABCIMSDK/ABCIMKit.framework/Headers/*.{h}",
37       "vendored_frameworks": "ABCIMSDK/ABCIMKit.framework",
38       "dependencies": {
39         "SVProgressHUD": [
40           "~>2.1.2"
41         ]
42       },
43       "pod_target_xcconfig": {
44         "ENABLE_BITCODE": "NO"
45       }
46     }
47   ]