[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 9 / 7 / 1 / EasyIOS / 1.0.2 / EasyIOS.podspec.json
blob48c7e84f2f71065903443de9a4102e7daef615c5
2   "name": "EasyIOS",
3   "version": "1.0.2",
4   "summary": "EasyIOS is a frameWork base on MKNetworkKit and MJRefresh",
5   "homepage": "https://github.com/zhuchaowe",
6   "social_media_url": "https://swift.08dream.com",
7   "platforms": {
8     "ios": "6.0"
9   },
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "zhuchao": "zhuchaowe@163.com"
16   },
17   "source": {
18     "git": "https://github.com/zhuchaowe/EasyIOS.git",
19     "tag": "1.0.2"
20   },
21   "requires_arc": true,
22   "frameworks": [
23     "CoreFoundation",
24     "Foundation",
25     "CoreGraphics",
26     "Security",
27     "UIKit"
28   ],
29   "libraries": [
30     "z.1.1.3",
31     "stdc++",
32     "sqlite3"
33   ],
34   "subspecs": [
35     {
36       "name": "Easy",
37       "source_files": [
38         "Easy/**/*.{h,m,mm}",
39         "Extend/**/*.{h,m,mm}"
40       ],
41       "requires_arc": true,
42       "resources": "Extend/**/*.{png}",
43       "xcconfig": {
44         "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libz, $(SDKROOT)/usr/include/libxml2",
45         "CLANG_CXX_LANGUAGE_STANDARD": "gnu++0x",
46         "CLANG_CXX_LIBRARY": "libstdc++",
47         "CLANG_WARN_DIRECT_OBJC_ISA_USAGE": "YES"
48       },
49       "prefix_header_contents": "#import \"Easy.h\""
50     }
51   ]