[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 3 / 2 / 8 / MAAnimatedSegmentedControl / 0.1.0 / MAAnimatedSegmentedControl.podspec.json
bloba79838993f25af95524b7986ec289b6cc5803be3
2   "name": "MAAnimatedSegmentedControl",
3   "version": "0.1.0",
4   "summary": "UIControl subclass based on Segmented with rebound",
5   "description": "MAAnimatedSegmentedControl is a UIControl based on\nUISegmentedControl with rounded focus and awesome animation.",
6   "homepage": "https://github.com/Minguel/MAAnimatedSegmentedControl",
7   "license": "MIT",
8   "authors": {
9     "Miguel Ángel Aragonés Castañeda": "minguel553@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/Minguel/MAAnimatedSegmentedControl.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/iminguel",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "MAAnimatedSegmentedControl": [
23       "Pod/Assets/*.png"
24     ]
25   }