blob: d9b2d43be9c6df402a31a742c4a41c743127e522 [file] [log] [blame]
{
"name": "objectivec-utils",
"version": "0.9.1",
"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.9.1"
},
"platforms": {
"ios": "8.1"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"objectivec-utils": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"UIAlertController-MZStyle": [
"~> 1.0.0"
],
"Flurry-iOS-SDK": [
"~> 7.5.2"
]
}
}