[Add] TTSDK-iOS 2.0.2
[CocoaPods.git] / Specs / 0 / 5 / a / SImagePicker / 1.0.0 / SImagePicker.podspec.json
blob0a777f56d6339a4c4104d659a20172bdbabfa38f
2   "name": "SImagePicker",
3   "version": "1.0.0",
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.0"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "subspecs": [
21     {
22       "name": "Untils",
23       "public_header_files": "SImagePicker/Untils/*.h",
24       "ios": {
25         "source_files": "SImagePicker/Untils/*.{h,m}"
26       }
27     }
28   ]