[Add] DocumentReaderNightly 7.6.4234
[CocoaPods.git] / Specs / 2 / 4 / 5 / AdvancedOperationKit / 0.2 / AdvancedOperationKit.podspec.json
blobb28d9eb97022fc9b754607ec4514ef501b2c5158
2   "name": "AdvancedOperationKit",
3   "version": "0.2",
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.2"
14   },
15   "dependencies": {
16     "PSOperations": [
18     ]
19   },
20   "platforms": {
21     "ios": "8.0"
22   },
23   "source_files": [
24     "**/AlertOperation.swift",
25     "**/BackgroundObserver.swift",
26     "**/NetworkObserver.swift",
27     "**/CameraCondition.swift",
28     "**/Convenience Operations/*.swift"
29   ],
30   "exclude_files": "PSOperationsPassbook",
31   "requires_arc": true,
32   "pushed_with_swift_version": "3.0"