blob: c4dab883408becc894da702fe98975bcee145131 [file] [log] [blame]
{
"name": "Unitility",
"version": "0.5.0",
"homepage": "https://github.com/materik/unitility.git",
"summary": "Easy to use and understand pod for storing, formatting and converting units of different measurements.",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Mattias Eriksson": "thematerik@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/materik/unitility.git",
"tag": "0.5.0"
},
"exclude_files": [
"SwiftTests",
"ObjCTests"
],
"default_subspecs": "Swift",
"subspecs": [
{
"name": "Swift",
"source_files": "Swift/**/*.swift"
},
{
"name": "ObjC",
"source_files": "ObjC/**/*.{h,m}"
}
]
}