[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 0 / 5 / 4 / AJXiao / 1.0.0 / AJXiao.podspec.json
blob6acbf064dd1954ce6590c24233b6e89e24f2821a
2   "name": "AJXiao",
3   "version": "1.0.0",
4   "summary": "A simple module for my onw project.",
5   "description": "A simple module for my onw Project.This version is the first.",
6   "homepage": "https://github.com/AJXiao/AJXiao.git",
7   "license": "MIT",
8   "authors": {
9     "AJMD": "panxr@knowbox.cn"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/AJXiao/AJXiao.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "AJXiao/*",
19   "frameworks": [
20     "Foundation",
21     "CoreGraphics",
22     "UIKit"
23   ],
24   "requires_arc": true,
25   "xcconfig": {
26     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
27     "OTHER_LDFLAGS": "-ObjC -lxml2"
28   },
29   "dependencies": {
30     "AFNetworking": [
31       "~> 3.1.0"
32     ],
33     "SDWebImage": [
34       "~> 3.8.2"
35     ]
36   }