blob: d425c48a8c140f45051e76b13e9bb20abedaec8c [file] [log] [blame]
{
"name": "dataTestLib",
"version": "0.0.3",
"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.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "dataTestLib/Classes/**/*",
"vendored_libraries": "libDatatistPakageManage.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"
}