[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 9 / 4 / MPWFoundation / 3.0.1 / MPWFoundation.podspec.json
blob94b04cacdff816e1a936d5c6af3c1f7121ab38e8
2   "name": "MPWFoundation",
3   "version": "3.0.1",
4   "summary": "HOM, Streams, etc.",
5   "description": "HOM, Streams, 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     "osx": "10.12"
16   },
17   "source": {
18     "git": "https://github.com/mpw/MPWFoundation.git",
19     "tag": "3.0.1"
20   },
21   "source_files": [
22     "Classes/**/*.{h,m}",
23     "*.subproj/*.{h,m}",
24     "bytecoding.c"
25   ],
26   "requires_arc": false,
27   "xcconfig": {
28     "GCC_PREPROCESSOR_DEFINITIONS": "FULL_MPWFOUNDATION=1 Darwin"
29   }