blob: 5d6f9f45faf6d2e99aabd12c3de92ff7d350a5ff [file] [log] [blame]
{
"name": "FTUtils",
"version": "1.1.1",
"license": "MIT",
"summary": "Phone utilities mostly for Core Animation.",
"homepage": "http://ftutils.com/",
"authors": {
"Nathan Eror": "contact@freetimestudios.com",
"Corey Floyd": "corey.floyd@flyingjalapenosoftware.com",
"Ben Lenarts": "ben@boonbits.com"
},
"source": {
"git": "https://github.com/neror/ftutils.git",
"tag": "v1.1.1"
},
"description": "The code in FTUtils is common utility code extracted from Free Time Studios iPhone projects. Currently, there is only one primary utility (FTAnimation) and some simple preprocessor macros. Some unit tests exist for the code, but more are needed.",
"platforms": {
"ios": null
},
"source_files": [
"Classes",
"Headers/*/*.h"
],
"frameworks": "QuartzCore",
"requires_arc": false
}