blob: 5039011b556c6a65c038943379a670f338765063 [file] [log] [blame]
{
"name": "Money",
"version": "1.4.1",
"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.4.1"
},
"module_name": "Money",
"documentation_url": "http://docs.danthorpe.me/money/1.4.1/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": [
"Money/Shared/*.swift",
"Money/Shared/**/*.swift",
"Money/iOS"
],
"osx": {
"exclude_files": [
"Money/iOS"
]
},
"watchos": {
"exclude_files": [
"Money/iOS"
]
},
"tvos": {
"exclude_files": [
"Money/iOS"
]
},
"dependencies": {
"ValueCoding": [
],
"Result": [
"0.6.0-beta.6"
],
"SwiftyJSON": [
]
}
}