[Add] VIDVOCR 3.1.5
[CocoaPods.git] / Specs / 4 / e / 9 / ABMinimalMenu / 0.4.0 / ABMinimalMenu.podspec.json
blobab66697fab2c51776bf1169ac9a7f8e8f84a0e90
2   "name": "ABMinimalMenu",
3   "version": "0.4.0",
4   "summary": "A simple menu with easily customizable animations and an easy to use interface.",
5   "description": "A simple menu with easily customizable animations and an easy to use interface. ABMinimalMenu provides a simple form of menu navigation which can be tailored to many use cases.",
6   "homepage": "https://github.com/abouzek/ABMinimalMenu",
7   "license": "MIT",
8   "authors": {
9     "abouzek": "alan.bouzek@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/abouzek/ABMinimalMenu.git",
13     "tag": "0.4.0"
14   },
15   "platforms": {
16     "ios": "7.1"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resources": [
21     "Pod/Assets/*.png"
22   ],
23   "resource_bundles": {
24     "ABMinimalMenu": [
25       "Pod/Assets/*.png"
26     ]
27   }