blob: 6bda4e37033dc348cc50028b58983b84b858a4a8 [file] [log] [blame]
{
"name": "Money",
"version": "1.2.0",
"summary": "Swift types for working with Money.",
"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.",
"homepage": "https://github.com/danthorpe/Money",
"license": "MIT",
"authors": {
"Daniel Thorpe": "@danthorpe"
},
"source": {
"git": "https://github.com/danthorpe/Money.git",
"tag": "1.2.0"
},
"module_name": "Money",
"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": [
"Money/*.swift",
"Money/Decimal/*.swift",
"Money/FX/*.swift"
],
"dependencies": {
"ValueCoding": [
],
"Result": [
"0.6.0-beta.6"
],
"SwiftyJSON": [
]
}
}