[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / e / 2 / MoneyFX / 1.0.0 / MoneyFX.podspec.json
blob8fd4158d0c57f5abef48f80aeeb7db1c0497d072
2   "name": "MoneyFX",
3   "version": "1.0.0",
4   "summary": "Swift types for working with Foreign Exchange.",
5   "description": "FX is a Swift cross platform framework for iOS, watchOS, tvOS and OS X. \n\nIt provides functionality to represent foreign exchange transactions.",
6   "homepage": "https://github.com/danthorpe/FX",
7   "license": "MIT",
8   "authors": {
9     "Daniel Thorpe": "@danthorpe"
10   },
11   "source": {
12     "git": "https://github.com/danthorpe/FX.git",
13     "tag": "1.0.0"
14   },
15   "module_name": "MoneyFX",
16   "documentation_url": "http://docs.danthorpe.me/fx/1.0.0/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     "Sources/Shared/*.swift"
27   ],
28   "dependencies": {
29     "Money": [
31     ],
32     "Result": [
34     ],
35     "SwiftyJSON": [
37     ]
38   }