blob: 8fd4158d0c57f5abef48f80aeeb7db1c0497d072 [file] [log] [blame]
{
"name": "MoneyFX",
"version": "1.0.0",
"summary": "Swift types for working with Foreign Exchange.",
"description": "FX is a Swift cross platform framework for iOS, watchOS, tvOS and OS X. \n\nIt provides functionality to represent foreign exchange transactions.",
"homepage": "https://github.com/danthorpe/FX",
"license": "MIT",
"authors": {
"Daniel Thorpe": "@danthorpe"
},
"source": {
"git": "https://github.com/danthorpe/FX.git",
"tag": "1.0.0"
},
"module_name": "MoneyFX",
"documentation_url": "http://docs.danthorpe.me/fx/1.0.0/index.html",
"social_media_url": "https://twitter.com/danthorpe",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": [
"Sources/Shared/*.swift"
],
"dependencies": {
"Money": [
],
"Result": [
],
"SwiftyJSON": [
]
}
}