blob: b65d914366e338aaf12045f34669aa769b5abdd9 [file] [log] [blame]
{
"name": "NFAllocInit",
"version": "1.1.5",
"summary": "Helper classes and categories for iOS App development",
"description": "The starting point for an iOS app - helper classes and the like. \nAdd this to your project to have access to detailed logs, CGRect\nshortcuts, a quick audio player, date parsers and other handy tidbits.",
"homepage": "https://github.com/NextFaze/NFAllocInit",
"license": "Apache 2.0",
"authors": {
"Ric Santos": "rics@ntos.me",
"Andy J": "awilliams@nextfaze.com",
"Shane Woolcock": "swoolcock@nextfaze.com",
"Dan Silk": "dsilk@nextfaze.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/NextFaze/NFAllocInit.git",
"tag": "1.1.5"
},
"source_files": [
"NFAllocInit",
"NFAllocInit/**/*.{h,m}"
],
"frameworks": [
"AVFoundation",
"AudioToolbox"
],
"requires_arc": true,
"prefix_header_contents": "#import \"NFAllocInit.h\""
}