[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 1 / 7 / 4 / DDUIKit / 0.6 / DDUIKit.podspec.json
blob1362b3e7370f9b5ebd53756ea5711e36410f63f1
2   "name": "DDUIKit",
3   "version": "0.6",
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"
21   },
22   "source_files": [
23     "DDKit",
24     "DDKit/**/*.{h,m}"
25   ],
26   "public_header_files": "DDKit/**/*.h",
27   "requires_arc": true,
28   "osx": {
29     "exclude_files": [
30       "DDKit/iOS"
31     ]
32   },
33   "ios": {
34     "exclude_files": [
35       "DDKit/OSX"
36     ]
37   },
38   "dependencies": {
39     "JSONModel": [
41     ],
42     "Masonry": [
44     ]
45   }