blob: a3361fc0efcdb0aaccbbc59b3591fac00058e747 [file] [log] [blame]
{
"name": "Unitility",
"version": "0.1.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.1.0"
},
"exclude_files": [
"DemoObjC"
],
"frameworks": [
"UIKit"
],
"default_subspecs": "ObjC",
"subspecs": [
{
"name": "ObjC",
"source_files": "ObjC/**/*.{h,m}"
}
]
}