blob: 753ecd2cc3697079f5050622494bcbcaa73d9191 [file] [log] [blame]
{
"name": "MKFoundationKit",
"version": "0.4.0",
"summary": "Collection of categories for NSFoundation classes to accelerate development.",
"homepage": "https://github.com/michalkonturek/MKFoundationKit",
"license": "MIT",
"authors": {
"Michal Konturek": "michal.konturek@gmail.com"
},
"platforms": {
"ios": "6.1",
"osx": "10.8"
},
"source": {
"git": "https://github.com/michalkonturek/MKFoundationKit.git",
"tag": "0.4.0"
},
"source_files": "MKFoundationKit/Source/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"LINQ4Obj-C": [
">= 1.0.0"
]
}
}