blob: 3d279a4c43ce6971076da4459fece8f4ead93a1a [file] [log] [blame]
{
"name": "PSUIKit",
"version": "1.0.1",
"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.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "PSUIKit/Classes/*.{m,h}",
"dependencies": {
"SDWebImage": [
],
"Reachability": [
],
"OHAttributedLabel": [
],
"GoogleAnalytics": [
],
"UIViewControllerTransitions": [
]
},
"resource_bundles": {
"PSUIKit": [
"PSUIKit/Assets/*.*",
"PSUIKit/Assets/*/*.*"
]
}
}