blob: ab29f2d66ef86126e2f956c8a7ec36cf8d2fff00 [file] [log] [blame]
{
"name": "ConventionalC",
"version": "0.9",
"summary": "Cocoapod and static library to provide defaults and convenience methods for terser Objective-C.",
"homepage": "http://github.com/ConventionalC/ConventionalC",
"license": "MIT",
"authors": {
"Peter DeWeese": "peter@dewee.se"
},
"source": {
"git": "https://github.com/ConventionalC/ConventionalC.git",
"tag": "0.9"
},
"requires_arc": true,
"ios": {
"source_files": [
"ios/*.{m,h}",
"shared/*.{m,h}"
],
"frameworks": "Foundation"
},
"platforms": {
"ios": "5.1",
"osx": "10.7"
},
"osx": {
"source_files": [
"mac/*.{m,h}",
"shared/*.{m,h}"
],
"frameworks": "Cocoa"
}
}