blob: b89aaf8d4a460cdd3a527d2f65a2341e7a3ffed1 [file] [log] [blame]
{
"name": "YLPNeon",
"version": "1.0.1",
"summary": "Harness the power of Frame with a simplified, chainable and expressive syntax. Supporting iOS Layout!",
"homepage": "https://github.com/Jofranks/YLPNeon",
"license": "MIT",
"authors": {
"Peter": "qiuyfly@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/Jofranks/YLPNeon.git",
"tag": "1.0.1"
},
"public_header_files": "YLPNeon/YLPNeon.h",
"source_files": [
"YLPNeon/YLPNeon.h",
"YLPNeon/YLPNeonEnum.h",
"YLPNeon/YLPNeonMacro.h",
"YLPNeon/YLPNeonRect.{h, mm}",
"YLPNeon/UIView+{YLPFrameable, YLPAlignable, YLPAnchorable, YLPGroupable}.{h, m}"
],
"frameworks": "UIKit",
"requires_arc": true
}