blob: 4997b10b8f26696fa6fde627d2cfc1d28239f60c [file] [log] [blame]
{
"name": "Moltin",
"version": "1.1.9",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "http://github.com/moltin/ios-sdk.git",
"authors": {
"Moltin": "support@moltin.com",
"Dylan McKee": "dylan@djmckee.co.uk",
"Gasper Rebernak": "rebernak.gasper@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"description": "iOS SDK for the Moltin eCommerce API.",
"summary": "iOS SDK for the Moltin eCommerce API",
"source": {
"git": "https://github.com/moltin/ios-sdk.git",
"tag": "v1.1.9",
"branch": "master"
},
"source_files": [
"Moltin",
"Moltin/**/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~>3.1.0"
]
}
}