blob: 62b38f09c1c6019c8f4b90a39956cbed586108d3 [file] [log] [blame]
{
"name": "iPhoneMK",
"version": "0.0.1",
"license": "Apache License, Version 2.0",
"summary": "iPhoneMK is a loose collection of Objective-C classes for the iPhone SDK.",
"homepage": "https://github.com/michaelkamprath/iPhoneMK",
"authors": {
"Michael F. Kamprath": "michael@claireware.com"
},
"source": {
"git": "https://github.com/michaelkamprath/iPhoneMK.git",
"commit": "85b3b4aac8"
},
"source_files": [
"TableViewCells/**/*.{h,m}",
"Views/**/*.{h,m}"
],
"exclude_files": "Sample App",
"platforms": {
"ios": null
},
"frameworks": [
"QuartzCore",
"AVFoundation"
],
"requires_arc": false
}