[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 4 / d / 6 / ACUtils / 0.2.2 / ACUtils.podspec.json
blob395e4505b99283eaa01d273d1313f6f129a8b356
2   "name": "ACUtils",
3   "version": "0.2.2",
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   "platforms": {
14     "ios": "9.0",
15     "osx": "10.13",
16     "watchos": "4.0",
17     "tvos": "11.0"
18   },
19   "source": {
20     "git": "https://github.com/cianiandreadev/ACUtils.git",
21     "tag": "0.2.2"
22   },
23   "source_files": "ACUtils_common/**/*.{h,m}",
24   "ios": {
25     "source_files": "ACUtils_iOS/**/*.{h,m}"
26   },
27   "osx": {
28     "source_files": "ACUtils_macOS/**/*.{h,m}"
29   },
30   "tvos": {
31     "source_files": "ACUtils_tvOS/**/*.{h,m}"
32   },
33   "watchos": {
34     "source_files": "ACUtils_watchOS/**/*.{h,m}"
35   }