[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 5 / 8 / a / Motif / 0.1.2 / Motif.podspec.json
blob012bc077cc79769e0d9ba16b8fe8ad7717613d19
2   "name": "Motif",
3   "version": "0.1.2",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "platforms": {
9     "osx": "10.8",
10     "ios": "7.0"
11   },
12   "summary": "A lightweight and customizable JSON 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.1.2"
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   ]