[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 1 / 7 / 4 / DDUIKit / 0.4 / DDUIKit.podspec.json
blob968fc31e0ca81a2bbee8713562c7b8a14ce11f65
2   "name": "DDUIKit",
3   "version": "0.4",
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   },
17   "source": {
18     "git": "https://github.com/amoblin/DDKit.git",
19     "tag": "0.4"
20   },
21   "source_files": [
22     "DDKit",
23     "DDKit/**/*.{h,m}"
24   ],
25   "public_header_files": "DDKit/**/*.h",
26   "requires_arc": true,
27   "dependencies": {
28     "JSONModel": [
30     ],
31     "Masonry": [
33     ]
34   }