[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 9 / f / ABCIM / 0.0.1 / ABCIM.podspec.json
blobc54ceecc2f27cb0e09de5531d1f5b6530f063b65
2   "name": "ABCIM",
3   "version": "0.0.1",
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,m,c}",
23       "dependencies": {
24         "AFNetworking": [
25           "~> 3.1.0"
26         ]
27       },
28       "pod_target_xcconfig": {
29         "ENABLE_BITCODE": "NO"
30       }
31     },
32     {
33       "name": "ABCIMKit",
34       "public_header_files": "ABCIMSDK/ABCIMKit.framework/headers/ABCIMKit.h",
35       "source_files": "ABCIMSDK/ABCIMKit.framework/headers/*.{h,m,c}",
36       "dependencies": {
37         "SVProgressHUD": [
38           "~>2.1.2"
39         ]
40       },
41       "pod_target_xcconfig": {
42         "ENABLE_BITCODE": "NO"
43       }
44     }
45   ]