blob: 068f86438e10825ce3f0fbfb0e1d89edfed8e2d5 [file] [log] [blame]
{
"name": "Money",
"version": "1.3.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.3.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/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": [
]
}
}