blob: 92149a0224ee21309dfaf3860c24e0cf8070f8d6 [file] [log] [blame]
{
"name": "PSUIKit",
"version": "1.0.2",
"summary": "PSUIKit.",
"description": "PSUIKit is a framework that helps you easily create iOS apps and change the design style. And has many useful components and classes.",
"homepage": "https://github.com/pisces/PSUIKit",
"license": "MIT",
"authors": {
"pisces": "hh963103@gmail.com"
},
"source": {
"git": "https://github.com/pisces/PSUIKit.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "8.2"
},
"requires_arc": true,
"source_files": "PSUIKit/Classes/*.{m,h}",
"dependencies": {
"SDWebImage": [
],
"Reachability": [
],
"OHAttributedLabel": [
],
"UIViewControllerTransitions": [
]
},
"resource_bundles": {
"PSUIKit": [
"PSUIKit/Assets/*.*",
"PSUIKit/Assets/*/*.*"
]
}
}