blob: 92963e814c409516f8a1e6beeff4282ba2c12690 [file] [log] [blame]
{
"name": "TypedOperation",
"version": "0.0.4",
"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.4"
},
"source_files": "Sources",
"requires_arc": true,
"xcconfig": {
"OS_OBJECT_USE_OBJC": 1
}
}