[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 4 / e / 9 / ABMinimalMenu / 0.5.0 / ABMinimalMenu.podspec.json
blobbbfa13eccf494217c8245fc86ccefd5d4696c121
2   "name": "ABMinimalMenu",
3   "version": "0.5.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.5.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   }