[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 2 / b / 3 / EasyPickersCollection / 1.0.0 / EasyPickersCollection.podspec.json
blob9141a666f0def7f87bc1037285f40647aa25dccf
2   "name": "EasyPickersCollection",
3   "version": "1.0.0",
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.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source_files": "EasyPickers/**/*.{h,m}",
19   "requires_arc": true,
20   "dependencies": {
21     "ReactiveCocoa": [
22       "~> 2.4"
23     ]
24   }