[Delete] NIMSDK_LITE 8.9.122
[CocoaPods.git] / Specs / 2 / 4 / 5 / AdvancedOperationKit / 0.5 / AdvancedOperationKit.podspec.json
blob752aa9c9c9d6c17446a33974ae139c239157821a
2   "name": "AdvancedOperationKit",
3   "version": "0.5",
4   "license": "MIT",
5   "summary": "Convenience Operations to make the code from Advanced NSOperations more useful.",
6   "description": "AdvancedOperationKit wraps the example code given by Apple in the 2015 WWDC developer presentation 'Advanced NSOperations' into a usable framework.",
7   "homepage": "https://github.com/thedistance",
8   "authors": {
9     "The Distance": "dev@thedistance.co.uk"
10   },
11   "source": {
12     "git": "https://bitbucket.org/thedistance/advancedoperationkit.git",
13     "tag": "0.5"
14   },
15   "swift_version": "4.2",
16   "dependencies": {
17     "PSOperations": [
19     ]
20   },
21   "platforms": {
22     "ios": "8.0"
23   },
24   "source_files": [
25     "**/AlertOperation.swift",
26     "**/BackgroundObserver.swift",
27     "**/NetworkObserver.swift",
28     "**/CameraCondition.swift",
29     "**/Convenience Operations/*.swift"
30   ],
31   "exclude_files": "AdvancedOperationKitTests",
32   "requires_arc": true