blob: 32e997c662d94b6a7eb454a397f43576a614e3c4 [file] [log] [blame]
{
"name": "Motif",
"version": "0.3.8",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"osx": "10.9",
"ios": "8.0"
},
"summary": "A lightweight and customizable stylesheet framework for iOS",
"homepage": "https://github.com/erichoracek/Motif",
"authors": {
"Eric Horacek": "eric@automatic.com"
},
"source": {
"git": "https://github.com/erichoracek/Motif.git",
"tag": "0.3.8"
},
"frameworks": "Foundation",
"ios": {
"frameworks": "UIKit",
"source_files": [
"Motif/iOS Support/*.{h,m}"
]
},
"source_files": [
"Motif/Motif.h",
"Motif/Core/*.{h,m}",
"Motif/Objective-C Runtime/*.{h,m}",
"Motif/YAML Serialization/*.{h,m}",
"Carthage/Checkouts/libyaml/config.h",
"Carthage/Checkouts/libyaml/src/*.{h,c}",
"Carthage/Checkouts/libyaml/include/*.{h,c}"
],
"xcconfig": {
"OTHER_CFLAGS": "-DHAVE_CONFIG_H -Wno-shorten-64-to-32"
}
}