[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 1 / 2 / 8 / ZMAppFoundation / 0.2.2 / ZMAppFoundation.podspec.json
blob3c2bbbf9ae0041b4085aac194f66ed5e4efe13fd
2   "name": "ZMAppFoundation",
3   "version": "0.2.2",
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.2"
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   }