[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 1 / 2 / 8 / ZMAppFoundation / 0.2.4 / ZMAppFoundation.podspec.json
blobb0f25c8dc5fb8b1428d3bb3396f8ea457b732cea
2   "name": "ZMAppFoundation",
3   "version": "0.2.4",
4   "summary": "A foundation for Zero Mu iOS apps.",
5   "description": "Includes the fundamental things needed to make simple utility apps within the Zero Mu look and feel.  Includes these common functionalities to be easily implimented in each utility app to maximize code reuse.\n- Tabbed navigation with Settings menu\n- \"Whats new\" slides that display to user optionally during a minor update\n- Zero Mu Ad implementation\n- About section pulled from various libraries, dependencies\n- version #\n- Zero Mu Logo\n- app store rating and prompting\n- providing feedback for the app from within the app\n- Notifications look and feel\n- About section\n- error notifications\n- common utilities\n- core data helpers",
6   "homepage": "https://github.com/jfosterdavis/ZMAppFoundation",
7   "license": {
8     "type": "Apache-2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "jfosterdavis": "jfosterdavis@users.noreply.github.com"
13   },
14   "source": {
15     "git": "https://github.com/jfosterdavis/ZMAppFoundation.git",
16     "tag": "0.2.4"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_version": "4.0",
22   "source_files": "ZMAppFoundation/Classes/**/*",
23   "resources": [
24     "ZMAppFoundation/Assets/*.{storyboard,xcassets,xib}"
25   ],
26   "dependencies": {
27     "GaugeKit": [
29     ],
30     "SideMenu": [
32     ]
33   }