blob: b4626ea872650aa5b70becd446d679fa6d05a566 [file] [log] [blame]
{
"name": "Anna",
"version": "0.3.0",
"swift_version": "4.1",
"summary": "Separate the analytic code from other code.",
"description": "Anna offers an abstraction layer which helps separate the analytic code from other code.",
"homepage": "https://github.com/coppercash/Anna",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"William": "coderdreamer@gmail.com"
},
"source": {
"git": "https://github.com/coppercash/Anna.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"Anna/**/*.{h,m,swift}",
"CoreJS/**/*.{swift}",
"Anna_iOS/Anna.h"
],
"public_header_files": [
"Anna/**/*.h",
"Anna_iOS/Anna.h"
],
"static_framework": true,
"user_target_xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"frameworks": "JavaScriptCore",
"subspecs": [
{
"name": "core",
"resource_bundles": {
"anna": [
"core/built/anna/*.js"
]
}
},
{
"name": "corejs",
"resource_bundles": {
"corejs": [
"CoreJS/built/core/*.js"
]
}
}
]
}