blob: 821bee9a420ca1e46234e201e3289e22fd96bdb8 [file] [log] [blame]
{
"name": "MeliDevSDK",
"version": "0.1.3",
"summary": "The official iOS SDK for MercadoLibre's Platform.",
"homepage": "http://developers.mercadolibre.com/",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Ignacio Giagante": "igiagante@gmail.com"
},
"source": {
"git": "https://github.com/mercadolibre/developers-ios_sdk.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "LibraryComponents/Classes/**/*.{h,m}",
"resources": [
"LibraryComponents/**/*.xib",
"LibraryComponents/Assets/**/*.xcassets",
"LibraryComponents/Assets/**/*.plist",
"LibraryComponents/Assets/**/*.ttf"
],
"dependencies": {
"AFNetworking": [
"~> 3.0"
],
"MBProgressHUD": [
"~> 1.0.0"
]
}
}