[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 5 / 8 / a / Motif / 0.3.8 / Motif.podspec.json
blob32e997c662d94b6a7eb454a397f43576a614e3c4
2   "name": "Motif",
3   "version": "0.3.8",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "platforms": {
9     "osx": "10.9",
10     "ios": "8.0"
11   },
12   "summary": "A lightweight and customizable stylesheet framework for iOS",
13   "homepage": "https://github.com/erichoracek/Motif",
14   "authors": {
15     "Eric Horacek": "eric@automatic.com"
16   },
17   "source": {
18     "git": "https://github.com/erichoracek/Motif.git",
19     "tag": "0.3.8"
20   },
21   "frameworks": "Foundation",
22   "ios": {
23     "frameworks": "UIKit",
24     "source_files": [
25       "Motif/iOS Support/*.{h,m}"
26     ]
27   },
28   "source_files": [
29     "Motif/Motif.h",
30     "Motif/Core/*.{h,m}",
31     "Motif/Objective-C Runtime/*.{h,m}",
32     "Motif/YAML Serialization/*.{h,m}",
33     "Carthage/Checkouts/libyaml/config.h",
34     "Carthage/Checkouts/libyaml/src/*.{h,c}",
35     "Carthage/Checkouts/libyaml/include/*.{h,c}"
36   ],
37   "xcconfig": {
38     "OTHER_CFLAGS": "-DHAVE_CONFIG_H -Wno-shorten-64-to-32"
39   }