blob: 90d02c9a09c2ddb9b0fc46f080d1ca67b803c68c [file] [log] [blame]
{
"name": "MKNetworkKit+RACExtensions",
"version": "0.2",
"summary": "Extension of the MKNetworkKit framework to support ReactiveCocoa signals.",
"homepage": "https://github.com/jdjennin/MKNetworkKit-RACExtensions",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jacob Jennings": "jdjennin@gmail.com"
},
"source": {
"git": "https://github.com/jdjennin/MKNetworkKit-RACExtensions.git",
"tag": "0.2"
},
"platforms": {
"ios": "5.1"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"dependencies": {
"MKNetworkKit": [
],
"ReactiveCocoa": [
]
}
}