[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / 4 / 9 / ETSegmentedView / 0.1.0 / ETSegmentedView.podspec.json
blob71f2f94f8cda2977c3fe5a4bbd9b239fcefceaf9
2   "name": "ETSegmentedView",
3   "version": "0.1.0",
4   "summary": "Synchronous & lightweight segmented view -animated with POP!-",
5   "description": "                        #ETSegmentedView\n\n                        ETSegmentedView is a lightweight and synchronous custom segmented view for iOS platform. It's an easy-to-setup and fully customizable component.\n\n                        ##Dependencies\n                        ETSegmentedView depends on the [POP](https://github.com/facebook/pop) animation framework by facebook.\n",
6   "homepage": "https://github.com/ersentekin/ETSegmentedView",
7   "screenshots": [
8     "http://i.imgur.com/EbJ4hEg.png",
9     "http://i.imgur.com/BTl5msf.png"
10   ],
11   "license": "MIT",
12   "authors": {
13     "Ersen Tekin": "ersen.tekin@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/ersentekin/ETSegmentedView.git",
17     "tag": "0.1.0"
18   },
19   "social_media_url": "https://twitter.com/ersentekin",
20   "platforms": {
21     "ios": "7.0"
22   },
23   "requires_arc": true,
24   "source_files": "Pod/Classes/**/*",
25   "resource_bundles": {
26     "ETSegmentedView": [
27       "Pod/Assets/*.png"
28     ]
29   },
30   "dependencies": {
31     "pop": [
32       "~> 1.0"
33     ]
34   }