blob: a7e004b3a632135d27e95e3a69bdab82354204f4 [file] [log] [blame]
{
"name": "LayerVaultAPI",
"version": "3.0.3",
"summary": "The LayerVaultAPI pod helps you get going quickly with the LayerVault API.",
"description": " The LayerVault API pod helps you get going quickly with the \n [LayerVault API](https://developers.layervault.com). It requires\n ARC and is iOS and OS X compatible.\n",
"homepage": "https://github.com/layervault/LayerVaultAPI.objc",
"license": "MIT",
"authors": {
"Matt Thomas": "matt@codecaffeine.com"
},
"source": {
"git": "https://github.com/layervault/LayerVaultAPI.objc.git",
"tag": "3.0.3"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"ios": {
"frameworks": [
"MobileCoreServices",
"SystemConfiguration",
"Security"
],
"exclude_files": "Classes/osx"
},
"osx": {
"frameworks": [
"CoreServices",
"SystemConfiguration",
"Security"
],
"exclude_files": "Classes/ios"
},
"requires_arc": true,
"source_files": "Classes",
"public_header_files": "Classes/**/*.h",
"dependencies": {
"AFNetworking": [
"~> 1.3.3"
],
"Mantle": [
"~> 1.3"
],
"AFOAuth2Client": [
"~> 0.1.1"
]
}
}