blob: 0e0b83302009b8f2e278080f3bfd0d75ac1d5d2e [file] [log] [blame]
{
"name": "dataTestLib",
"version": "0.0.5",
"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.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"dataTestLib/Classes/**/*",
"dataTestLib/Resource/**/DatatistTracker.xcdatamodeld"
],
"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/DatatistCouponInfo.h",
"dataTestLib/Classes/DatatistDispatcher.h",
"dataTestLib/Classes/DatatistNSURLSessionDispatcher.h",
"dataTestLib/Classes/DatatistOrderInfo.h",
"dataTestLib/Classes/DatatistProductInfo.h",
"dataTestLib/Classes/DatatistTracker.h",
"dataTestLib/Classes/DatatistTransaction.h",
"dataTestLib/Classes/DatatistTransactionBuilder.h"
],
"resources": "dataTestLib/Resource/**/*",
"dependencies": {
"WebViewJavascriptBridge": [
]
}
}