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