[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / a / 9 / 3 / Money / 1.8.0 / Money.podspec.json
blob8ca54ca7f37ce145d1c8776324a38db3e886978b
2   "name": "Money",
3   "version": "1.8.0",
4   "summary": "Swift types for working with Money.",
5   "description": "Money is a Swift cross platform framework for iOS, watchOS, tvOS and OS X. \n\nIt provides types and functionality to help represent and manipulate money \nand currency related information.",
6   "homepage": "https://github.com/danthorpe/Money",
7   "license": "MIT",
8   "authors": {
9     "Daniel Thorpe": "@danthorpe"
10   },
11   "source": {
12     "git": "https://github.com/danthorpe/Money.git",
13     "tag": "1.8.0"
14   },
15   "module_name": "Money",
16   "social_media_url": "https://twitter.com/danthorpe",
17   "requires_arc": true,
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.11",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "source_files": [
25     "Sources/*.swift"
26   ],
27   "osx": {
28     "exclude_files": [
29       "Sources/ApplePay.swift"
30     ]
31   },
32   "watchos": {
33     "exclude_files": [
34       "Sources/ApplePay.swift"
35     ]
36   },
37   "tvos": {
38     "exclude_files": [
39       "Sources/ApplePay.swift"
40     ]
41   },
42   "dependencies": {
43     "ValueCoding": [
44       "1.5.0"
45     ]
46   }