blob: 216a4641deebf0ebe803157208f035e8ee3bcd68 [file] [log] [blame]
{
"name": "DLLinqToObjectiveC",
"version": "0.0.1",
"summary": "Brings a Linq-style fluent query API to Objective-C.",
"authors": {
"Dmitry Lizin": "sdkdimon@gmail.com"
},
"source": {
"git": "https://github.com/sdkdimon/DLLinqToObjectiveC.git",
"tag": "0.0.1"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"osx": "10.8"
},
"source_files": [
"DLLinqToObjectiveC/DLLinqToObjectiveC/Sources/*.{h,m}",
"DLLinqToObjectiveC/DLLinqToObjectiveC/DLLinqToObjectiveC.h"
],
"module_map": "DLLinqToObjectiveC/DLLinqToObjectiveC/Supporting Files/module.modulemap",
"homepage": "https://github.com/sdkdimon/DLLinqToObjectiveC.git",
"requires_arc": true
}