blob: 8271c3fef8e1b6bbbc843c56aa4f136a52667608 [file] [log] [blame]
{
"name": "CGMath",
"version": "0.1.2",
"summary": "A collection of functions for CGGeometry types.",
"description": "CGMath is a collection of functions to manipulate CGGeometry types.\nThese functions include functions like initializers (e.g. CGRectMakeWithCenterAndSize), lerp functions and other utilities.",
"homepage": "https://github.com/EmilioPelaez/CGMath",
"license": "MIT",
"authors": {
"Emilio Peláez": "i.am@emiliopelaez.me"
},
"source": {
"git": "https://github.com/EmilioPelaez/CGMath.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/EmilioPelaez",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"CGMath": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit"
}