blob: 1df5fc251268de0389e073094ae40133dc25a1f5 [file] [log] [blame]
{
"name": "CLPTools",
"version": "1.0.0",
"summary": "A simple tool.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/clapnwhy/CLPTools",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"clapnwhy": "421822615@qq.com"
},
"source": {
"git": "https://github.com/clapnwhy/CLPTools.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CLPTools/Classes/**/*",
"public_header_files": "CLPTools/Classes/**/*.h",
"frameworks": [
"UIKit",
"MapKit",
"Foundation",
"CoreGraphics",
"SystemConfiguration",
"MobileCoreServices",
"CFNetwork",
"QuartzCore"
],
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
],
"CYLTabBarController": [
"~> 1.17.22"
],
"ViewDeck": [
"~> 3.1.0"
]
}
}