[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 1 / 7 / 4 / DDUIKit / 0.6.1 / DDUIKit.podspec.json
blob20d469ad6e00fc55de7e72f5f9abf17b0d793262
2   "name": "DDUIKit",
3   "version": "0.6.1",
4   "summary": "DDKit provides convenient tools for build ui.",
5   "description": "DDKit provides convenient tools for build ui.\"",
6   "homepage": "https://github.com/amoblin/DDKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "amoblin": "amoblin@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.8"
17   },
18   "source": {
19     "git": "https://github.com/amoblin/DDKit.git",
20     "tag": "0.6.1"
21   },
22   "source_files": [
23     "DDKit",
24     "DDKit/**/*.{h,m}"
25   ],
26   "public_header_files": [
27     "DDKit/*.h",
28     "DDKit/**/*.h"
29   ],
30   "requires_arc": true,
31   "osx": {
32     "exclude_files": [
33       "DDKit/iOS"
34     ]
35   },
36   "ios": {
37     "exclude_files": [
38       "DDKit/OSX"
39     ]
40   },
41   "dependencies": {
42     "JSONModel": [
44     ],
45     "Masonry": [
47     ]
48   }