blob: 50b4af70bf47871b7be88f0f0ac50dcc72ece182 [file] [log] [blame]
{
"name": "Unitility",
"version": "0.6.3",
"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.6.3"
},
"exclude_files": [
"SwiftTests",
"ObjCTests"
],
"default_subspecs": "Swift",
"subspecs": [
{
"name": "Swift",
"source_files": "Swift/**/*.swift"
},
{
"name": "ObjC",
"source_files": "ObjC/**/*.{h,m}"
}
]
}