blob: d81a2aace990685f70a8f6ccbe35f5c6e851b036 [file] [log] [blame]
{
"name": "Sensus",
"version": "0.0.1",
"summary": "Sensus is small DSL for extracting strongly typed data from NSDictionary",
"description": " We create Sensus to help you quick and _safe_ extract values from your raw server responses.\n We focusing on data conversions and DSL manner of writing code.\n",
"homepage": "https://github.com/DAlOG/Sensus",
"license": "MIT",
"authors": {
"Alexey DAloG Demedeckiy": "dalog@me.com"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source": {
"git": "https://github.com/DAlOG/Sensus.git",
"tag": "v0.0.1"
},
"source_files": "Sensus/**/*.{h,m}",
"header_mappings_dir": "Sensus/",
"requires_arc": true
}