blob: 752aa9c9c9d6c17446a33974ae139c239157821a [file] [log] [blame]
{
"name": "AdvancedOperationKit",
"version": "0.5",
"license": "MIT",
"summary": "Convenience Operations to make the code from Advanced NSOperations more useful.",
"description": "AdvancedOperationKit wraps the example code given by Apple in the 2015 WWDC developer presentation 'Advanced NSOperations' into a usable framework.",
"homepage": "https://github.com/thedistance",
"authors": {
"The Distance": "dev@thedistance.co.uk"
},
"source": {
"git": "https://bitbucket.org/thedistance/advancedoperationkit.git",
"tag": "0.5"
},
"swift_version": "4.2",
"dependencies": {
"PSOperations": [
]
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"**/AlertOperation.swift",
"**/BackgroundObserver.swift",
"**/NetworkObserver.swift",
"**/CameraCondition.swift",
"**/Convenience Operations/*.swift"
],
"exclude_files": "AdvancedOperationKitTests",
"requires_arc": true
}