[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 7 / e / 2 / ABSegmentedViewController / 0.4.0 / ABSegmentedViewController.podspec.json
blobaf13e0df59c8db25bf514aa9ca85d7bdbb5724c5
2   "name": "ABSegmentedViewController",
3   "version": "0.4.0",
4   "summary": "A stylized, flat segmented control driven view controller container.",
5   "description": "A stylized, flat segmented control driven view controller container designed for iPhone Meant for two tabs and two view controllers. Titles will look offset if more than two tabs are used.",
6   "homepage": "https://github.com/abouzek/ABSegmentedViewController.git",
7   "license": "MIT",
8   "authors": {
9     "abouzek": "alan.bouzek@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/abouzek/ABSegmentedViewController.git",
13     "tag": "0.4.0"
14   },
15   "social_media_url": "https://twitter.com/alanbouzek",
16   "platforms": {
17     "ios": "7.1"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resources": [
22     "Pod/Assets/ABSegmentedViewController.xib"
23   ],
24   "resource_bundles": {
25     "ABSegmentedViewController": [
26       "Pod/Assets/*.png"
27     ]
28   }