blob: 26d84545a2b823e7aa864f9dc7a407d1476005f4 [file] [log] [blame]
{
"name": "JDFGeometry",
"version": "1.0",
"summary": "A UIView Category and collection of functions for working with CGGeometry.",
"description": "JDFGeometry is a UIView Category and collection of functions for working with CGGeometry.",
"homepage": "https://github.com/JoeFryer/JDFGeometry",
"license": "MIT",
"authors": {
"Joe Fryer": "joe.d.fryer@gmail.com"
},
"source": {
"git": "https://github.com/JoeFryer/JDFGeometry.git",
"tag": "1.0"
},
"social_media_url": "https://twitter.com/joefryer88",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"JDFGeometry": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}