blob: e1df37525e5122965c4f52094c6811c91d032e81 [file] [log] [blame]
{
"name": "DLLinqToObjectiveC",
"version": "0.0.2",
"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.2"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "6.0",
"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
}