[Delete] NIMSDK_LITE 8.9.122
[CocoaPods.git] / Specs / 0 / d / 6 / SwiftAssetsPickerController / 0.1.1 / SwiftAssetsPickerController.podspec.json
blob153f5e5922d140b05bb04c0531d4f56c4eac369e
2   "name": "SwiftAssetsPickerController",
3   "version": "0.1.1",
4   "summary": "Assets Picker Controller",
5   "description": "Simple assets picker controller based on iOS 8 Photos framework. Supports iCloud photos and videos. It's written in Swift.",
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.1"
19   },
20   "source_files": [
21     "Classes",
22     "SwiftAssetsPickerController/Sources/**/*.{swift}"
23   ],
24   "resources": "SwiftAssetsPickerController/Resources/*.*",
25   "requires_arc": true,
26   "dependencies": {
27     "CheckMarkView": [
29     ]
30   }