[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 9 / 7 / 1 / EasyIOS / 1.0.3 / EasyIOS.podspec.json
blobb0df475b19cd0bb6c9a613793c5b6e33bc401ee6
2   "name": "EasyIOS",
3   "version": "1.0.3",
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.3"
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         "*.{h,m,mm}",
39         "Easy/**/*.{h,m,mm}",
40         "Extend/**/*.{h,m,mm}"
41       ],
42       "requires_arc": true,
43       "resources": "Extend/**/*.{png,json,ttf,otf}",
44       "xcconfig": {
45         "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libz, $(SDKROOT)/usr/include/libxml2",
46         "CLANG_CXX_LANGUAGE_STANDARD": "gnu++0x",
47         "CLANG_CXX_LIBRARY": "libstdc++",
48         "CLANG_WARN_DIRECT_OBJC_ISA_USAGE": "YES"
49       },
50       "prefix_header_contents": "#import \"swift-bridge.h\""
51     }
52   ]