blob: 97fbeb13d37810c481247c1c49a93f783d21d0d9 [file] [log] [blame]
{
"name": "CGFloatType",
"version": "1.3.1",
"summary": "Provides various methods and functions to deal with CGFloat on 64-bit systems (CGFLOAT_IS_DOUBLE).",
"description": "It's easy to forget that `CGFloat` may actually be a `double` despite it's\nname. On 64-bit systems, where `CGFLOAT_IS_DOUBLE` is set to 1 it will actually\nbe a double.\n\nThis may become cumbersome when you are developing an application where you\nwant a single code base which builds for both 32-bit and 64-bit such as when\ndeveloping against the 32-bit simulator and deploying arm64.\n\nCGFloatType is a simple pod which provides helper methods on `NSNumber` to help\ndeal with this. Along with providing various rounding, and various other math\nfunctions which accept a `CGFloat`.",
"homepage": "https://github.com/kylef/CGFloatType",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Kyle Fuller": "kyle@fuller.li"
},
"social_media_url": "http://twitter.com/kylefuller",
"source": {
"git": "https://github.com/kylef/CGFloatType.git",
"tag": "1.3.1"
},
"frameworks": [
"CoreGraphics"
],
"source_files": "CGFloatType/CGFloatType.{h,m}",
"requires_arc": true
}