blob: ec66a0acde8041ae1693254070e4469ebadc26f4 [file] [log] [blame]
{
"name": "XNKit",
"version": "1.3.3",
"summary": "IOS开发中常用的工具类集锦",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/LuohanCC/XNKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"LuohanCC": "luohancc@163.com"
},
"source": {
"git": "https://github.com/LuohanCC/XNKit.git",
"tag": "1.3.3"
},
"platforms": {
"ios": "8.0"
},
"dependencies": {
"Masonry": [
"~> 1.1.0"
],
"MJRefresh": [
"~> 3.3.1"
],
"SDWebImage": [
"~> 5.4.0"
],
"AFNetworking": [
"~> 3.2.1"
],
"XNProgressHUD": [
]
},
"source_files": "XNKit/Classes/**/*",
"resource_bundles": {
"XNKit": [
"XNKit/Assets/**/*"
]
},
"swift_versions": "4.0",
"requires_arc": true,
"frameworks": [
"UIKit",
"AVFoundation"
],
"libraries": [
"c++",
"resolv"
],
"swift_version": "4.0"
}