blob: 20dff2b425e3718a75dff3ecfef0ae8c243303e9 [file] [log] [blame]
{
"name": "TypedOperation",
"version": "0.0.3",
"summary": "TypedOperation implements type-safe chainable, nestable composition of NSOperations.",
"homepage": "https://github.com/mgadda/typed-operation",
"license": {
"type": "Apache License Version 2.0",
"file": "LICENSE.txt"
},
"authors": {
"Matt Gadda": "mgadda@gmail.com"
},
"social_media_url": "http://twitter.com/mgadda",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/mgadda/typed-operation.git",
"tag": "0.0.3"
},
"source_files": "Sources",
"requires_arc": true,
"xcconfig": {
"OS_OBJECT_USE_OBJC": 1
}
}