blob: a4c8a5ff7d1328bba76b060ea3e63c64c1e3321b [file] [log] [blame]
{
"name": "ym",
"version": "1.2.8",
"summary": "A repo for the (private source) YieldMo iOS SDK framework, to allow integration using CocoaPods.",
"license": "Yieldmo's SDK License",
"homepage": "https://github.com/yieldmo/ym.framework",
"authors": {
"api": "api@yieldmo.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/yieldmo/ym.framework.git",
"tag": "1.2.8"
},
"source_files": "ym.framework/**/*.h",
"public_header_files": "ym.framework/**/*.h",
"preserve_paths": "ym.framework",
"vendored_frameworks": "ym.framework",
"frameworks": [
"AdSupport",
"StoreKit",
"CoreLocation"
],
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/ym"
},
"requires_arc": false
}