[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / e / a / b / HaidoraBase / 2.0 / HaidoraBase.podspec.json
blob8a53fa21ab75978220aa45b4a44ecc038d79bcec
2   "name": "HaidoraBase",
3   "version": "2.0",
4   "summary": "HaidoraBase.",
5   "description": "some basic codes for app.",
6   "homepage": "https://github.com/Haidora/HaidoraBase",
7   "license": "MIT",
8   "authors": {
9     "mrdaios": "mrdaios@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/Haidora/HaidoraBase.git",
13     "tag": "2.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "resource_bundles": {
20     "HaidoraBase": [
21       "Pod/Assets/*.*"
22     ]
23   },
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": [
28         "Pod/Classes/Core/**/*.{h,m}",
29         "Pod/Classes/*.{h,m}"
30       ]
31     },
32     {
33       "name": "Category",
34       "source_files": "Pod/Classes/*.{h,m}",
35       "subspecs": [
36         {
37           "name": "Foundation",
38           "source_files": [
39             "Pod/Classes/Category/Foundation/**/*.{h,m}",
40             "Pod/Classes/Category/*.{h,m}"
41           ]
42         },
43         {
44           "name": "UIKit",
45           "source_files": [
46             "Pod/Classes/Category/UIKit/**/*.{h,m}",
47             "Pod/Classes/Category/*.{h,m}"
48           ]
49         }
50       ]
51     },
52     {
53       "name": "Util",
54       "source_files": [
55         "Pod/Classes/Util/**/*.{h,m}",
56         "Pod/Classes/*.{h,m}"
57       ]
58     }
59   ]