blob: 2b01608e4cc3d83a5de8f6eb5800d20acfe97383 [file] [log] [blame]
{
"name": "ALNSLog",
"version": "1.0",
"homepage": "http://github.com/andrealufino/ALNSLog",
"summary": "NSLog with advanced features",
"description": "Simplify debugging for iOS apps",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Andrea Mario Lufino": "andrea.lufino@me.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/andrealufino/ALNSLog.git",
"tag": "1.0"
},
"source_files": "ALNSLog/ALNSLog.{h,m}",
"requires_arc": true
}