blob: ceeb17d1a8b753dac45f26c0927680a540154ba6 [file] [log] [blame]
{
"name": "Motif",
"version": "0.0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"osx": "10.8",
"ios": "7.0"
},
"summary": "A lightweight and customizable JSON 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.0.1"
},
"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}"
]
}