blob: 4b9b9a5a65b4eed81962ca6b0947e7c60957c9c4 [file] [log] [blame]
{
"name": "dataTestLib",
"version": "0.0.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.0.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": "dataTestLib/Classes/**/*",
"vendored_libraries": "libDatatistTracker.a",
"frameworks": [
"UIKit",
"MapKit",
"Security",
"CoreLocation",
"UserNotifications",
"CoreData",
"CoreTelephony",
"MobileCoreServices",
"JavaScriptCore",
"CoreGraphics",
"Foundation",
"SystemConfiguration"
],
"ios": {
"libraries": [
"c++",
"stdc++",
"z"
]
},
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"public_header_files": "dataTestLib/Classes/**/*.h",
"resources": "dataTestLib/Resource/**/*"
}