[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 4 / 5 / AdvancedOperationKit / 0.4 / AdvancedOperationKit.podspec.json
blob668ce4c8a67ea1e389f8d3434693a7a99016bca0
2   "name": "AdvancedOperationKit",
3   "version": "0.4",
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.4"
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": "AdvancedOperationKitTests",
31   "requires_arc": true,
32   "pushed_with_swift_version": "3.0"