[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 0 / 3 / 2 / NSPCoreUtils / 0.0.5 / NSPCoreUtils.podspec.json
blob69cac655bd83f89e6b4e83472e2b68a387998f7d
2   "name": "NSPCoreUtils",
3   "version": "0.0.5",
4   "summary": "NSPCoreUtils - Core utils",
5   "description": "This library holds same basic utilities built on core Cocoa and other frameworks.",
6   "homepage": "https://github.com/Neosperience/NSPCoreUtils",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Janos Tolgyes": "janos.tolgyesi@neosperience.com"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/Neosperience/NSPCoreUtils.git",
19     "tag": "0.0.5"
20   },
21   "requires_arc": true,
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "*.h",
27       "dependencies": {
28         "NSPCoreUtils/NSPDefines": [
30         ],
31         "NSPCoreUtils/NSPCollectionUtils": [
33         ],
34         "NSPCoreUtils/NSPDataUtils": [
36         ],
37         "NSPCoreUtils/NSPTypeCheck": [
39         ],
40         "NSPCoreUtils/NSPDataProvider": [
42         ],
43         "NSPCoreUtils/NSPLogger": [
45         ]
46       }
47     },
48     {
49       "name": "NSPDefines",
50       "source_files": "NSPDefines/**/*.{h,m}",
51       "public_header_files": "NSPDefines/**/*.h"
52     },
53     {
54       "name": "NSPLogger",
55       "source_files": "NSPLogger/**/*.{h,m}",
56       "public_header_files": "NSPLogger/**/*.h"
57     },
58     {
59       "name": "NSPCollectionUtils",
60       "source_files": "NSPCollectionUtils/**/*.{h,m}",
61       "public_header_files": "NSPCollectionUtils/**/*.h"
62     },
63     {
64       "name": "NSPDataProvider",
65       "source_files": "NSPDataProvider/**/*.{h,m}",
66       "public_header_files": "NSPDataProvider/**/*.h",
67       "dependencies": {
68         "NSPCoreUtils/NSPTypeCheck": [
70         ]
71       }
72     },
73     {
74       "name": "NSPDataUtils",
75       "source_files": "NSPDataUtils/**/*.{h,m}",
76       "public_header_files": "NSPDataUtils/**/*.h",
77       "dependencies": {
78         "NSPCoreUtils/NSPDefines": [
80         ]
81       }
82     },
83     {
84       "name": "NSPTypeCheck",
85       "source_files": "NSPTypeCheck/**/*.{h,m}",
86       "public_header_files": "NSPTypeCheck/**/*.h"
87     },
88     {
89       "name": "NSPBoltsUtils",
90       "source_files": "NSPBoltsUtils/**/*.{h,m}",
91       "public_header_files": "NSPBoltsUtils/**/*.h",
92       "dependencies": {
93         "Bolts": [
95         ],
96         "NSPCoreUtils/NSPCollectionUtils": [
98         ]
99       }
100     },
101     {
102       "name": "NSPUIUtils",
103       "source_files": "NSPUIUtils/**/*.{h,m}",
104       "public_header_files": "NSPUIUtils/**/*.h"
105     },
106     {
107       "name": "NSPApplicationDirectories",
108       "source_files": "NSPApplicationDirectories/**/*.{h,m}",
109       "public_header_files": "NSPApplicationDirectories/**/*.h"
110     },
111     {
112       "name": "NSPURLImage",
113       "source_files": "NSPURLImage/**/*.{h,m}",
114       "public_header_files": "NSPURLImage/**/*.h",
115       "dependencies": {
116         "NSPCoreUtils/NSPApplicationDirectories": [
118         ],
119         "NSPCoreUtils/NSPLogger": [
121         ],
122         "AFNetworking": [
123           "~> 2.0"
124         ]
125       },
126       "frameworks": "QuickLook"
127     }
128   ]