blob: 6deea2783d4d70c583a23101c56c95de29199a03 [file] [log] [blame]
{
"name": "ConventionalC",
"version": "0.10",
"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.10"
},
"requires_arc": true,
"ios": {
"source_files": [
"ios/*.{m,h}",
"shared/*.{m,h}"
],
"frameworks": [
"Foundation",
"QuartzCore"
]
},
"platforms": {
"ios": "5.1",
"osx": "10.7"
},
"osx": {
"source_files": [
"mac/*.{m,h}",
"shared/*.{m,h}"
],
"frameworks": "Cocoa"
}
}