{ | |
"name": "TestFlow", | |
"version": "0.0.1", | |
"summary": "瀑布流", | |
"description": "一个瀑布流布局,算法简单,内存小", | |
"homepage": "https://github.com/miaoran2014/Test", | |
"license": "MIT", | |
"authors": { | |
"miaoran": "1822773181@qq.com" | |
}, | |
"platforms": { | |
"ios": null | |
}, | |
"requires_arc": true, | |
"frameworks": "UIKit", | |
"source": { | |
"git": "https://github.com/miaoran2014/Test.git", | |
"tag": "0.0.1" | |
}, | |
"source_files": [ | |
"Classes", | |
"Classes/*.{h,m}" | |
] | |
} |