[Add] kameleoonClient 4.9.0
[CocoaPods.git] / Specs / a / 9 / 4 / MPWFoundation / 3.4 / MPWFoundation.podspec.json
blobcff29c3af4f3b7d45494f9bfa23bd5e44caf2dc8
2   "name": "MPWFoundation",
3   "version": "3.4",
4   "summary": "HOM, Streams, Stores.",
5   "description": "HOM, Streams, Stores, Notification Protocols, etc.",
6   "homepage": "http://github.com/mpw/MPWFoundation",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Marcel Weiher": "marcel@metaobject.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/mpw/MPWFoundation.git",
19     "tag": "3.4"
20   },
21   "source_files": [
22     "Classes/**/*.{h,m}",
23     "*.subproj/*.{h,m}",
24     "bytecoding.c"
25   ],
26   "public_header_files": [
27     "Classes/**/*.h",
28     "*.subproj/*.h"
29   ],
30   "requires_arc": false,
31   "xcconfig": {
32     "GCC_PREPROCESSOR_DEFINITIONS": "FULL_MPWFOUNDATION=1 Darwin"
33   }