[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 9 / 7 / a / Anna / 0.3.2 / Anna.podspec.json
blob86e9a055913fe9013aa8d13e449e160b597145dd
2   "name": "Anna",
3   "version": "0.3.2",
4   "swift_version": "4.1",
5   "summary": "Separate the analytic code from other code.",
6   "description": "Anna offers an abstraction layer which helps separate the analytic code from other code.",
7   "homepage": "https://github.com/coppercash/Anna",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "William": "coderdreamer@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/coppercash/Anna.git",
17     "tag": "0.3.2"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": [
23     "Anna/**/*.{h,m,swift}",
24     "CoreJS/**/*.{swift}",
25     "Anna_iOS/Anna.h"
26   ],
27   "public_header_files": [
28     "Anna/**/*.h",
29     "Anna_iOS/Anna.h"
30   ],
31   "static_framework": true,
32   "user_target_xcconfig": {
33     "OTHER_LDFLAGS": "-ObjC"
34   },
35   "frameworks": "JavaScriptCore",
36   "subspecs": [
37     {
38       "name": "core",
39       "resource_bundles": {
40         "anna": [
41           "core/built/anna/*.js"
42         ]
43       }
44     },
45     {
46       "name": "corejs",
47       "resource_bundles": {
48         "corejs": [
49           "CoreJS/built/core/*.js"
50         ]
51       }
52     }
53   ]