blob: c03617bdcdde546d938ff08f0ce1ae57f8414456 [file] [log] [blame]
{
"name": "ProsperBorrowerSDK",
"version": "1.0.1",
"license": {
"type": "Copyright",
"text": " Copyright © 2015 Prosper Funding, LLC, All rights reserved.\n"
},
"summary": "Prosper Borrower SDK is a native SDK that allows your customers to apply for a loan in a seamless and convenient way.",
"homepage": "https://github.com/prosperllc/Prosper-iOS-SDK",
"social_media_url": "https://www.facebook.com/prosperloans",
"authors": "Prosper Market Place.",
"source": {
"git": "https://github.com/prosperllc/Prosper-iOS-SDK.git",
"tag": "v1.1"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"dependencies": {
"AFNetworking": [
"~> 2.6.1"
],
"AFOAuth2Manager": [
"~> 2.2.0"
],
"GoogleMaps": [
]
},
"vendored_frameworks": "Frameworks/ProsperBorrowerSDK.framework",
"resources": "Frameworks/ProsperBorrowerSDK.bundle",
"preserve_paths": "ProsperSDKSwiftSample",
"frameworks": "SystemConfiguration",
"libraries": "sqlite3.0",
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
}
}