blob: de4025cf60a8117c30d5171a02557d6a2797ac2b [file] [log] [blame]
{
"name": "PPNeon",
"summary": "High performance layout framework for iOS.",
"version": "1.0.2",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"silencedev": "silence007pp@163.com"
},
"social_media_url": "https://silencedev.github.io",
"homepage": "https://github.com/silencedev/PPNeon",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/silencedev/PPNeon.git",
"tag": "1.0.2"
},
"requires_arc": true,
"source_files": "PPNeon/**/*.{h,m}",
"public_header_files": "PPNeon/**/*.{h}",
"frameworks": "UIKit"
}