[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / 8 / 2 / InfinitePicker / 0.2 / InfinitePicker.podspec.json
blob5e840c6f2080a29cee9776b6d0697700fa4438d0
2   "name": "InfinitePicker",
3   "version": "0.2",
4   "summary": "An iOS customized infinite picker.",
5   "description": "InfinitePicker is an customized infinite picker for iOS, it helps you to create a infinite picker using a customized cell.",
6   "homepage": "https://github.com/lm2343635/InfinitePicker",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lm2343635": "lm2343635@126.com"
13   },
14   "source": {
15     "git": "https://github.com/lm2343635/InfinitePicker.git",
16     "tag": "0.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "dependencies": {
22     "InfiniteLayout": [
23       "~> 0.2"
24     ]
25   },
26   "default_subspecs": "Core",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "InfinitePicker/Classes/Core/**/*"
31     },
32     {
33       "name": "Rx",
34       "dependencies": {
35         "InfinitePicker/Core": [
36           "~> 0"
37         ],
38         "RxCocoa": [
39           "~> 4.2"
40         ]
41       },
42       "source_files": "InfinitePicker/Classes/Rx/**/*"
43     }
44   ]