[Add] DocumentReaderMRZBarcodeStage 7.5.10793
[CocoaPods.git] / Specs / 0 / d / 6 / SwiftAssetsPickerController / 0.1 / SwiftAssetsPickerController.podspec.json
blobdcd5615ff3a326727d73a8cefbd7fa3b9a03ab65
2   "name": "SwiftAssetsPickerController",
3   "version": "0.1",
4   "summary": "Assets Picker",
5   "description": "Swift assets picker based on Photos framework from iOS 8 SDK",
6   "homepage": "https://github.com/maximbilan/SwiftAssetsPickerController",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "Maxim Bilan": "maximb.mail@gmail.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/maximbilan/SwiftAssetsPickerController.git",
18     "tag": "0.1"
19   },
20   "source_files": [
21     "Classes",
22     "SwiftAssetsPickerController/Sources/**/*.{swift}"
23   ],
24   "resources": "SwiftAssetsPickerController/Resources/*.*",
25   "requires_arc": true,
26   "dependencies": {
27     "CheckMarkView": [
28       "~> 0.2.2"
29     ]
30   }