blob: 576ef020c6ffd3ebe2c9a3b9ce4571da78ebc248 [file] [log] [blame]
{
"name": "LINQ4Obj-C",
"version": "1.2.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"
},
"social_media_url": "https://twitter.com/michalkonturek",
"source": {
"git": "https://github.com/michalkonturek/LINQ4Obj-C.git",
"tag": "1.2.0"
},
"source_files": "Source/**/*.{h,m}",
"requires_arc": true
}