[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 0 / 5 / a / SImagePicker / 1.0.1 / SImagePicker.podspec.json
blobb8a61233795a919ee4ff66b9996b3958ed9fe34d
2   "name": "SImagePicker",
3   "version": "1.0.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.0.1"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "default_subspecs": "Core",
21   "subspecs": [
22     {
23       "name": "Core",
24       "dependencies": {
25         "SImagePicker/Untils": [
27         ]
28       }
29     },
30     {
31       "name": "Untils",
32       "public_header_files": "SImagePicker/Untils/*.h",
33       "ios": {
34         "source_files": "SImagePicker/Untils/*.{h,m}"
35       }
36     }
37   ]