blob: 9c0dda0a2685b80b7cc24d6210b46cfb83917631 [file] [log] [blame]
{
"name": "dataTestLib",
"version": "0.1.4",
"summary": "A demo for dataTestLib.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/leichunyu/dataTestLib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"leichunyu": "leichunyu"
},
"source": {
"git": "https://github.com/leichunyu/dataTestLib.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": "lib/include/*.h",
"public_header_files": "lib/include/*.h",
"vendored_libraries": "lib/*.a",
"frameworks": [
"UIKit",
"MapKit",
"Security",
"CoreLocation",
"UserNotifications",
"CoreData",
"CoreTelephony",
"MobileCoreServices",
"JavaScriptCore",
"CoreGraphics",
"Foundation",
"SystemConfiguration",
"WebKit"
],
"ios": {
"libraries": [
"c++",
"stdc++",
"z"
]
},
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"resource_bundles": {
"dataTestLib": "lib/DTResource.bundle"
},
"dependencies": {
"WebViewJavascriptBridge": [
]
}
}