blob: 562c3a1f0a19ba42b3d95ca671e593600d466f36 [file] [log] [blame]
{
"name": "TypedOperation",
"version": "0.0.2",
"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.2"
},
"source_files": "Sources",
"requires_arc": true,
"xcconfig": {
"OS_OBJECT_USE_OBJC": 1
}
}