blob: 626a791c76262979e6d1695cf9cadc4238e0ac51 [file] [log] [blame]
{
"name": "APOperations",
"version": "1.0.0",
"summary": "An Objective-C implementation of the WWDC 2015 Advanced NSOperations sample code",
"description": "APOperations is an Objective-C implementation of the WWDC 2015 Advanced NSOperations sample code: https://developer.apple.com/videos/play/wwdc2015-226/\nAlso incorporates changes made to the sample code in PSOperations: https://github.com/pluralsight/PSOperations",
"homepage": "https://github.com/iMinichrispy/APOperations",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alex Perez": "alex@iminichrispy.com"
},
"source": {
"git": "https://github.com/iMinichrispy/APOperations.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/iMinichrispy",
"platforms": {
"ios": "8.0"
},
"source_files": "APOperations/**/*"
}