[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 9 / 7 / 1 / EasyIOS / 2.2 / EasyIOS.podspec.json
blob3f947f2e78c056d18774f7938bfa0fcfc99f6120
2   "name": "EasyIOS",
3   "version": "2.2",
4   "summary": "EasyIOS is a MVVM frameWork base on AFNetworking and ReactiveCocoa",
5   "homepage": "http://easyios.08dream.com",
6   "social_media_url": "http://easyios.08dream.com",
7   "platforms": {
8     "ios": "6.0"
9   },
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "zhuchao": "zhuchao@iosx.me"
16   },
17   "source": {
18     "git": "https://github.com/zhuchaowe/EasyIOS.git",
19     "tag": "2.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         "*.{h,m,mm}",
39         "Easy/**/*.{h,m,mm}",
40         "Extend/**/*.{h,m,mm}"
41       ],
42       "resources": "Extend/**/*.{png}",
43       "requires_arc": true,
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       "dependencies": {
51         "ReactiveCocoa": [
53         ],
54         "MBProgressHUD": [
56         ],
57         "MojoDatabase": [
59         ],
60         "TMCache": [
62         ],
63         "UIActivityIndicator-for-SDWebImage": [
65         ],
66         "AFNetworking": [
68         ],
69         "GCDObjC": [
71         ],
72         "FLKAutoLayout": [
73           "0.1.1"
74         ],
75         "FontIcon": [
77         ]
78       },
79       "prefix_header_contents": "#import \"swift-bridge.h\""
80     }
81   ]