[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 0 / f / 8 / ACEToolKit / 0.3.2 / ACEToolKit.podspec.json
blob96a728a2978dc76566af1630cbb8cd2175f7d288
2   "name": "ACEToolKit",
3   "version": "0.3.2",
4   "homepage": "https://github.com/acerbetti/ACEToolKit",
5   "authors": {
6     "Stefano Acerbetti": "acerbetti@gmail.com"
7   },
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "summary": "Development tools to make my life (and yours) a little bit easier.",
13   "source": {
14     "git": "https://github.com/acerbetti/ACEToolKit.git",
15     "tag": "v0.3.2"
16   },
17   "source_files": "ACEToolKit/*.{h,m}",
18   "requires_arc": true,
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.7"
22   },
23   "ios": {
24     "dependencies": {
25       "FFGlobalAlertController": [
27       ]
28     }
29   },
30   "osx": {
31     "exclude_files": [
32       "ACEToolKit/ACEActionSheet.*",
33       "ACEToolKit/ACEAlertView.*",
34       "ACEToolKit/ACEErrorUtils.*",
35       "ACEToolKit/ACENavigationController.*"
36     ]
37   }