[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / 6 / f / 4 / DSImagePicker / 0.1.1 / DSImagePicker.podspec.json
blob4bc4ecdc3b08a24767e8398080e414f50bafabea
2   "name": "DSImagePicker",
3   "version": "0.1.1",
4   "summary": "An easy way to pick photos using PhotosKit",
5   "description": "An easy way to pick photos using PhotosKit. With support for extensions like FB, VK.\n",
6   "homepage": "https://github.com/diejmon/DSImagePicker",
7   "license": "MIT",
8   "authors": {
9     "Alexander Belyavskiy": "diejmon@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/diejmon/DSImagePicker.git",
13     "tag": "0.1.1"
14   },
15   "social_media_url": "https://twitter.com/diejmon",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "DSImagePickerBundle": [
23       "Pod/Assets/*.{png,xib,strings}"
24     ]
25   },
26   "frameworks": "Photos",
27   "dependencies": {
28     "MBProgressHUD": [
30     ],
31     "SDWebImage": [
33     ],
34     "DSImageView": [
36     ],
37     "DSActivityIndicatorSDWebImage": [
39     ]
40   }