blob: 88987b38a9fcebefdac67a1c3d4e4fd13271da43 [file] [log] [blame]
{
"name": "CLMathUtils",
"version": "0.1.0",
"summary": "A collection of math methods",
"description": "Math methods related to GCD, LCM, and Fibonacci numbers",
"homepage": "https://github.com/cjlarsen/CLMathUtilsPod.git",
"license": "MIT",
"authors": {
"Chris Larsen": "chris@theblacknumbers.com"
},
"source": {
"git": "https://github.com/cjlarsen/CLMathUtilsPod.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/ChrsJLrsn",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"CLMathUtils": [
"Pod/Assets/*.png"
]
}
}