[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 0 / 5 / a / SImagePicker / 1.1.1 / SImagePicker.podspec.json
blob90a63091fc3ac2c1c660be414a34d334bdb858e0
2   "name": "SImagePicker",
3   "version": "1.1.1",
4   "summary": "A simple library to pick pictures.",
5   "homepage": "https://github.com/Cyrex/SImagePicker",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Cyrex": "szwathub@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/Cyrex/SImagePicker.git",
15     "tag": "1.1.1"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "default_subspecs": "Core",
21   "subspecs": [
22     {
23       "name": "Core",
24       "dependencies": {
25         "SImagePicker/Utils": [
27         ]
28       }
29     },
30     {
31       "name": "Utils",
32       "public_header_files": "SImagePicker/Utils/*.h",
33       "ios": {
34         "source_files": "SImagePicker/Utils/*.{h,m}"
35       }
36     }
37   ]