blob: 22d1955421cd96b42dad49f416e52f8ed72903de [file] [log] [blame]
{
"name": "MiseEnPlace",
"version": "4.0.2",
"summary": "A Framework for converting and interpreting common measurements used in cooking.",
"description": "MiseEnPlace provides powerfull conversion and interpretation for any cooking application.\nMiseEnPlace makes it easy to convert between US and Metric measurements and display the results\nin a human readable way.",
"homepage": "https://github.com/richardpiazza/MiseEnPlace",
"license": "MIT",
"authors": {
"Richard Piazza": "github@richardpiazza.com"
},
"social_media_url": "https://twitter.com/richardpiazza",
"source": {
"git": "https://github.com/richardpiazza/MiseEnPlace.git",
"tag": "4.0.2"
},
"frameworks": "Foundation",
"requires_arc": true,
"platforms": {
"osx": "10.12",
"ios": "10.0",
"tvos": "10.0",
"watchos": "3.0"
},
"osx": {
"frameworks": "Foundation",
"source_files": "Sources/Foundation/*"
},
"ios": {
"frameworks": [
"Foundation",
"UIKit"
],
"source_files": [
"Sources/Foundation/*",
"Sources/iOS/*"
],
"resources": "Resources/iOS/*"
},
"tvos": {
"frameworks": "Foundation",
"source_files": "Sources/Foundation/*"
},
"watchos": {
"frameworks": "Foundation",
"source_files": "Sources/Foundation/*"
},
"pushed_with_swift_version": "3.0"
}