blob: 33bd7c3f9f2934f68b520e0a7268a00b83287d19 [file] [log] [blame]
{
"name": "Format",
"version": "0.5.0",
"summary": "A Swift formatter kit.",
"description": "A Swift formatting framework. Simple formatting syntax for decimal numbers, currency, mass, addresses, ordinal numbers and hexadecimal colors.",
"homepage": "https://github.com/marmelroy/Format",
"license": "MIT",
"authors": {
"Roy Marmelstein": "marmelroy@gmail.com"
},
"source": {
"git": "https://github.com/marmelroy/Format.git",
"tag": "0.5.0"
},
"social_media_url": "http://twitter.com/marmelroy",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Format",
"frameworks": [
"MapKit",
"AddressBook",
"CoreLocation",
"Contacts"
]
}