[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / a / 9 / 3 / Money / 1.2.0 / Money.podspec.json
blob6bda4e37033dc348cc50028b58983b84b858a4a8
2   "name": "Money",
3   "version": "1.2.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.2.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.10",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "source_files": [
25     "Money/*.swift",
26     "Money/Decimal/*.swift",
27     "Money/FX/*.swift"
28   ],
29   "dependencies": {
30     "ValueCoding": [
32     ],
33     "Result": [
34       "0.6.0-beta.6"
35     ],
36     "SwiftyJSON": [
38     ]
39   }