blob: 5497adc341fad3468f8cea899780b8e1161baca4 [file] [log] [blame]
{
"name": "XYSDK",
"version": "0.0.1",
"homepage": "https://guides.cocoapods.org/making/private-cocoapods.html",
"platforms": {
"ios": "8.0"
},
"summary": "A public account framework",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"XDYB": "122880558@qq.com"
},
"source": {
"git": "http://192.168.4.181/xiewanglin/XYSDK---iOS.git",
"tag": "0.0.1"
},
"dependencies": {
"AFNetworking": [
],
"FMDB": [
]
},
"source_files": [
"XYSDK/XY/**/*.{h,m,c,mm}",
"XYSDK/XYDataEngine/**/*.{h,m,c,mm}",
"XYSDK/XYDB/**/*.{h,m,c,mm}",
"XYSDK/XYHttpClient/**/*.{h,m,c,mm}",
"XYSDK/XYMessage/**/*.{h,m,c,mm}"
],
"requires_arc": true,
"frameworks": [
"CoreLocation",
"AVFoundation",
"CoreTelephony",
"AddressBook",
"SystemConfiguration",
"QuartzCore",
"CoreGraphics",
"UIKit",
"Foundation"
],
"libraries": "z"
}