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