blob: 94884e956619e322ba8ff9b5ebc05922e3f7e64d [file] [log] [blame]
{
"name": "BowenTool",
"version": "1.0.4",
"platforms": {
"ios": "7.0"
},
"summary": "bowen some tools",
"homepage": "https://github.com/linhongchen/BowenTool",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bowen": "591741691@qq.com"
},
"source": {
"git": "https://github.com/linhongchen/BowenTool.git",
"tag": "1.0.4"
},
"requires_arc": true,
"source_files": [
"BowenTool/*.h",
"BowenTool/Category/*.h",
"BowenTool/ThirdTool/*.h"
],
"subspecs": [
{
"name": "Category",
"source_files": "BowenTool/Category/**/*",
"dependencies": {
"SVProgressHUD": [
"~> 2.2.1"
]
}
},
{
"name": "ThirdTool",
"subspecs": [
{
"name": "AES128ECB",
"source_files": "BowenTool/ThirdTool/AES128ECB/**/*"
}
]
},
{
"name": "Networking",
"source_files": "BowenTool/Networking/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 3.0"
],
"YYCache": [
"~> 1.0.4"
]
}
}
]
}