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