[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 6 / 4 / 9 / ETSegmentedView / 0.2.2 / ETSegmentedView.podspec.json
blob9fef6f3737ffbc8d6d400908e6a0141bcf4a6f13
2   "name": "ETSegmentedView",
3   "version": "0.2.2",
4   "summary": "Synchronous & lightweight segmented view -animated with POP!-",
5   "description": "#ETSegmentedView\n\nETSegmentedView is a lightweight and synchronous custom segmented view for iOS platform. It's an easy-to-setup and fully customizable component.\n\n##Dependencies\nETSegmentedView depends on the [POP](https://github.com/facebook/pop) animation framework by facebook.",
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.2.2"
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.7"
33     ]
34   }