[Add] PrimerSDK 2.33.1
[CocoaPods.git] / Specs / 6 / 2 / 1 / ConventionalC / 0.10 / ConventionalC.podspec.json
blob6deea2783d4d70c583a23101c56c95de29199a03
2   "name": "ConventionalC",
3   "version": "0.10",
4   "summary": "Cocoapod and static library to provide defaults and convenience methods for terser Objective-C.",
5   "homepage": "http://github.com/ConventionalC/ConventionalC",
6   "license": "MIT",
7   "authors": {
8     "Peter DeWeese": "peter@dewee.se"
9   },
10   "source": {
11     "git": "https://github.com/ConventionalC/ConventionalC.git",
12     "tag": "0.10"
13   },
14   "requires_arc": true,
15   "ios": {
16     "source_files": [
17       "ios/*.{m,h}",
18       "shared/*.{m,h}"
19     ],
20     "frameworks": [
21       "Foundation",
22       "QuartzCore"
23     ]
24   },
25   "platforms": {
26     "ios": "5.1",
27     "osx": "10.7"
28   },
29   "osx": {
30     "source_files": [
31       "mac/*.{m,h}",
32       "shared/*.{m,h}"
33     ],
34     "frameworks": "Cocoa"
35   }