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