[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 2 / b / 3 / EasyPickersCollection / 1.0.1 / EasyPickersCollection.podspec.json
blobf79d32a68b596d83fa85f7db5e109a7f05f42d37
2   "name": "EasyPickersCollection",
3   "version": "1.0.1",
4   "summary": "Collection of simple, extensible, easy to use pickers. Inspired by ActionSheetPicker.",
5   "homepage": "https://github.com/TimurBK/EasyPickersCollection",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": "Timur Kuchkarov",
11   "source": {
12     "git": "https://github.com/TimurBK/EasyPickersCollection.git",
13     "tag": "1.0.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source_files": "EasyPickers/**/*.{h,m,xib}",
19   "requires_arc": true,
20   "dependencies": {
21     "ReactiveCocoa": [
22       "~> 2.4"
23     ]
24   }