blob: 54275cba444af10159755c1834f2182f67ec5c1f [file] [log] [blame]
{
"name": "NFAllocInit",
"version": "1.1.0",
"summary": "Helper classes 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, 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": "samahnub@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/NextfazeSD/NFAllocInit.git",
"tag": "1.1.0"
},
"source_files": [
"NFAllocInit",
"NFAllocInit/**/*.{h,m}"
],
"frameworks": [
"AVFoundation",
"AudioToolbox"
],
"requires_arc": true,
"prefix_header_contents": "#import \"NFAllocInit.h\""
}