blob: 57429fdd1e1f31663035c28d9afb44ac72e5f62d [file] [log] [blame]
{
"name": "BowenTool",
"version": "1.0.2",
"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.2"
},
"requires_arc": true,
"source_files": [
"BowenTool/*.h",
"BowenTool/Category/*.h"
],
"subspecs": [
{
"name": "Category",
"source_files": "BowenTool/Category/**/*"
},
{
"name": "AES128ECB",
"source_files": "BowenTool/AES128ECB/*"
},
{
"name": "Networking",
"source_files": "BowenTool/Networking/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
}
}
]
}