blob: dd4046fe33b0c51158db336f8b0ff53b2331c14b [file] [log] [blame]
{
"name": "YLPNeon",
"version": "1.0.5",
"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.5"
},
"public_header_files": [
"YLPNeon/YLPNeon.h",
"YLPNeon/YLPNeonEnum.h",
"YLPNeon/YLPNeonMacro.h",
"YLPNeon/YLPNeonRect.h",
"YLPNeon/UIView+{YLPFrameable,YLPAlignable,YLPAnchorable,YLPGroupable}.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
}