[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 2 / 8 / MAAnimatedSegmentedControl / 0.1.1 / MAAnimatedSegmentedControl.podspec.json
blobbde909d187d6e5d5faa18f81cd6daaa0f782f7f3
2   "name": "MAAnimatedSegmentedControl",
3   "version": "0.1.1",
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.1"
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   }