blob: 9568c0de82b7bf005a87c190f82d9ac5a9d05f11 [file] [log] [blame]
{
"name": "LINQ4Obj-C",
"version": "1.1.0",
"summary": "Provides fluent interface of LINQ-style query to Objective-C.",
"homepage": "https://github.com/michalkonturek/LINQ4Obj-C",
"license": "MIT",
"authors": {
"Michal Konturek": "michal.konturek@gmail.com"
},
"platforms": {
"ios": "6.1",
"osx": "10.7"
},
"source": {
"git": "https://github.com/michalkonturek/LINQ4Obj-C.git",
"tag": "1.1.0"
},
"source_files": "Source/**/*.{h,m}",
"requires_arc": true
}