[Add] MMTToolForBluetooth 0.1.0
[CocoaPods.git] / Specs / 4 / d / 6 / FTUtils / 1.1.1 / FTUtils.podspec.json
blob5d6f9f45faf6d2e99aabd12c3de92ff7d350a5ff
2   "name": "FTUtils",
3   "version": "1.1.1",
4   "license": "MIT",
5   "summary": "Phone utilities mostly for Core Animation.",
6   "homepage": "http://ftutils.com/",
7   "authors": {
8     "Nathan Eror": "contact@freetimestudios.com",
9     "Corey Floyd": "corey.floyd@flyingjalapenosoftware.com",
10     "Ben Lenarts": "ben@boonbits.com"
11   },
12   "source": {
13     "git": "https://github.com/neror/ftutils.git",
14     "tag": "v1.1.1"
15   },
16   "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.",
17   "platforms": {
18     "ios": null
19   },
20   "source_files": [
21     "Classes",
22     "Headers/*/*.h"
23   ],
24   "frameworks": "QuartzCore",
25   "requires_arc": false