blob: 63b9553c957da444e567a8cedd029d0c78400769 [file] [log] [blame]
{
"name": "MobVista",
"version": "1.3.8",
"summary": "MobVista framework",
"homepage": "https://github.com/foreverwind/MobVista",
"authors": {
"foreverwind": "foreverwind229@qq.com"
},
"platforms": {
"ios": "7.0"
},
"license": "MIT",
"source": {
"git": "https://github.com/foreverwind/MobVista.git",
"tag": "1.3.8"
},
"subspecs": [
{
"name": "MVSDK",
"vendored_frameworks": "MVSDK.framework",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/MobVista/\""
},
"frameworks": [
"CoreGraphics",
"Foundation",
"UIKit",
"AdSupport",
"StoreKit",
"QuartzCore",
"CoreLocation",
"CoreTelephony",
"MobileCoreServices",
"Accelerate",
"SystemConfiguration",
"CoreMotion",
"AVFoundation",
"CoreMedia",
"MessageUI",
"MediaPlayer"
],
"libraries": [
"z",
"sqlite3"
],
"requires_arc": false
}
]
}