[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 7 / b / 0 / DTFoundation / 1.1.0 / DTFoundation.podspec.json
blob4ad51fdcfb349f4a92fc783a2a8dd354edbe3495
2   "name": "DTFoundation",
3   "version": "1.1.0",
4   "summary": "Standard toolset classes and categories.",
5   "homepage": "https://github.com/Cocoanetics/DTFoundation",
6   "authors": {
7     "Oliver Drobnik": "oliver@drobnik.com"
8   },
9   "source": {
10     "git": "https://github.com/Cocoanetics/DTFoundation.git",
11     "tag": "1.1.0"
12   },
13   "license": "BSD",
14   "requires_arc": true,
15   "subspecs": [
16     {
17       "name": "Core",
18       "platforms": {
19         "ios": "4.3",
20         "osx": "10.6"
21       },
22       "source_files": "Core/Source/*.{h,m}"
23     },
24     {
25       "name": "UIKit",
26       "platforms": {
27         "ios": "4.3"
28       },
29       "dependencies": {
30         "DTFoundation/Core": [
32         ]
33       },
34       "ios": {
35         "frameworks": "QuartzCore",
36         "source_files": "Core/Source/iOS/*.{h,m}"
37       }
38     },
39     {
40       "name": "AppKit",
41       "platforms": {
42         "osx": "10.6"
43       },
44       "dependencies": {
45         "DTFoundation/Core": [
47         ]
48       },
49       "osx": {
50         "source_files": "Core/Source/OSX/*.{h,m}"
51       }
52     },
53     {
54       "name": "DTHMLParser",
55       "platforms": {
56         "ios": "4.3"
57       },
58       "dependencies": {
59         "DTFoundation/Core": [
61         ]
62       },
63       "source_files": "Core/Source/DTHTMLParser/*.{h,m}",
64       "libraries": "xml2",
65       "xcconfig": {
66         "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
67       }
68     },
69     {
70       "name": "DTZipArchive",
71       "platforms": {
72         "ios": "4.3"
73       },
74       "source_files": "Core/Source/DTZipArchive/*.{h,m}",
75       "libraries": "z",
76       "subspecs": [
77         {
78           "name": "Minizip",
79           "source_files": "Core/Source/Externals/minizip/*.{h,c}"
80         }
81       ]
82     },
83     {
84       "name": "DTUTI",
85       "platforms": {
86         "ios": "4.3"
87       },
88       "ios": {
89         "frameworks": [
90           "MobileCoreServices"
91         ]
92       },
93       "source_files": "Core/Source/DTUTI/*.{h,m}"
94     }
95   ]