[Add] MirrorXML 4.0.3
[CocoaPods.git] / Specs / 4 / d / 6 / ACUtils / 0.2.3 / ACUtils.podspec.json
blob7df246942489580b1ae9fadc55cd16900ee32dc0
2   "name": "ACUtils",
3   "version": "0.2.3",
4   "summary": "A set of snippets I found useful over time and try to share with the others.",
5   "description": "A set of snippets I found useful over time and try to share with the others. Open to requests! :)",
6   "homepage": "https://github.com/cianiandreadev/ACUtils",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Andrea Ciani",
12   "swift_version": "4.2",
13   "module_name": "ACUtils",
14   "platforms": {
15     "ios": "9.0",
16     "osx": "10.13",
17     "watchos": "4.0",
18     "tvos": "11.0"
19   },
20   "source": {
21     "git": "https://github.com/cianiandreadev/ACUtils.git",
22     "tag": "0.2.3"
23   },
24   "source_files": "ACUtils_common/**/*.{h,m}",
25   "ios": {
26     "source_files": "ACUtils_iOS/**/*.{h,m}"
27   },
28   "osx": {
29     "source_files": "ACUtils_macOS/**/*.{h,m}"
30   },
31   "tvos": {
32     "source_files": "ACUtils_tvOS/**/*.{h,m}"
33   },
34   "watchos": {
35     "source_files": "ACUtils_watchOS/**/*.{h,m}"
36   }