[Add] A00LaunchMeasure 1.0.2
[CocoaPods.git] / Specs / a / 9 / 3 / Money / 1.6.1 / Money.podspec.json
blob0e00d1e4fefe140ecd1350586d026c4b0b4b054e
2   "name": "Money",
3   "version": "1.6.1",
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.6.1"
14   },
15   "module_name": "Money",
16   "documentation_url": "http://docs.danthorpe.me/money/1.6.1/index.html",
17   "social_media_url": "https://twitter.com/danthorpe",
18   "requires_arc": true,
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.10",
22     "tvos": "9.0",
23     "watchos": "2.0"
24   },
25   "source_files": [
26     "Money/Shared/*.swift",
27     "Money/Shared/**/*.swift",
28     "Money/iOS"
29   ],
30   "osx": {
31     "exclude_files": [
32       "Money/iOS"
33     ]
34   },
35   "watchos": {
36     "exclude_files": [
37       "Money/iOS"
38     ]
39   },
40   "tvos": {
41     "exclude_files": [
42       "Money/iOS"
43     ]
44   },
45   "dependencies": {
46     "ValueCoding": [
48     ]
49   }