blob: 6acbf064dd1954ce6590c24233b6e89e24f2821a [file] [log] [blame]
{
"name": "AJXiao",
"version": "1.0.0",
"summary": "A simple module for my onw project.",
"description": "A simple module for my onw Project.This version is the first.",
"homepage": "https://github.com/AJXiao/AJXiao.git",
"license": "MIT",
"authors": {
"AJMD": "panxr@knowbox.cn"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/AJXiao/AJXiao.git",
"tag": "1.0.0"
},
"source_files": "AJXiao/*",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
"OTHER_LDFLAGS": "-ObjC -lxml2"
},
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"SDWebImage": [
"~> 3.8.2"
]
}
}