blob: 43223e0cfc9b77bb72441c747288e11d11d0368f [file] [log] [blame]
{
"name": "MyOrder",
"version": "2.0.0",
"summary": "MyOrder Payment library for iOS.",
"homepage": "http://myorder.nl/sdk",
"license": {
"type": "Copyright",
"text": " Copyright (c) 2014 MyOrder B.V.\n"
},
"authors": "MyOrder B.V.",
"source": {
"git": "https://github.com/MyOrder/MyOrder-Payments-iOS-SDK.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "6.0"
},
"preserve_paths": "MyOrder.framework",
"public_header_files": "MyOrder.framework/**/*.h",
"vendored_frameworks": "MyOrder.framework",
"resources": "MyOrder.framework/**/MyOrder.bundle",
"frameworks": [
"Security",
"AddressBook",
"AddressBookUI"
],
"requires_arc": true,
"dependencies": {
"TPKeyboardAvoiding": [
]
}
}