blob: c28af4bd17e4d20416669f322ae099b44628883c [file] [log] [blame]
{
"name": "Spati",
"version": "0.2.1",
"summary": "A caching layer for Objective-C.",
"homepage": "https://github.com/leonardvandriel/Spati",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Leonard van Driel": "leonardvandriel@gmail.com"
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"requires_arc": true,
"source": {
"git": "https://github.com/leonardvandriel/Spati.git",
"tag": "0.2.1"
},
"source_files": "Classes/**/*.{h,m,c}",
"osx": {
"exclude_files": "Classes/**/{UI,WDSImageNamedDisk}*.{h,m}"
},
"frameworks": "UIKit",
"dependencies": {
"AFNetworking": [
"~> 2.0"
],
"NWLogging": [
"~> 1.2.0"
]
},
"prefix_header_contents": "#define NWL_LIB Spati"
}