[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 6 / 2 / 1 / ConventionalC / 0.9 / ConventionalC.podspec.json
blobab29f2d66ef86126e2f956c8a7ec36cf8d2fff00
2   "name": "ConventionalC",
3   "version": "0.9",
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.9"
13   },
14   "requires_arc": true,
15   "ios": {
16     "source_files": [
17       "ios/*.{m,h}",
18       "shared/*.{m,h}"
19     ],
20     "frameworks": "Foundation"
21   },
22   "platforms": {
23     "ios": "5.1",
24     "osx": "10.7"
25   },
26   "osx": {
27     "source_files": [
28       "mac/*.{m,h}",
29       "shared/*.{m,h}"
30     ],
31     "frameworks": "Cocoa"
32   }