blob: 3f8a138c04853979a8a746df33645d8fc50b35be [file] [log] [blame]
{
"name": "objectivec-utils",
"version": "0.4.0",
"summary": "Library of Objects for Math, Finance and Algorithms (work in progress)",
"description": "Library of objects for Math, Finane and Algorithms. Include Regression curves, Time value of money, and a set of collections.",
"homepage": "https://github.com/DLDBox/objectivec-utils",
"license": "MIT",
"authors": {
"DDevoe": "DLDBox-github@yahoo.com"
},
"source": {
"git": "https://github.com/DLDBox/objectivec-utils.git",
"tag": "0.4.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"objectivec-utils": [
"Pod/Assets/*.png"
]
}
}