[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / a / 9 / 3 / Money / 1.4.0 / Money.podspec.json
blob688b5d9c87b241a19bce3fe514a8afd66d9e3de4
2   "name": "Money",
3   "version": "1.4.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.4.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/Shared/*.swift",
26     "Money/Shared/**/*.swift",
27     "Money/iOS"
28   ],
29   "osx": {
30     "exclude_files": [
31       "Money/iOS"
32     ]
33   },
34   "watchos": {
35     "exclude_files": [
36       "Money/iOS"
37     ]
38   },
39   "tvos": {
40     "exclude_files": [
41       "Money/iOS"
42     ]
43   },
44   "dependencies": {
45     "ValueCoding": [
47     ],
48     "Result": [
49       "0.6.0-beta.6"
50     ],
51     "SwiftyJSON": [
53     ]
54   }