blob: 8159c4460c544d0bb74bf9b9c1a28bd23bbd9f91 [file] [log] [blame]
{
"name": "LongerKit",
"version": "0.1.0",
"summary": "Some quick functions for iOS.",
"homepage": "https://github.com/LongerONE/LongerKit",
"license": "MIT",
"authors": {
"LongerONE": "tangwanlong425@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/LongerONE/LongerKit.git",
"tag": "0.1.0"
},
"source_files": "LongerKit/**/*.{h,m}",
"frameworks": "Photos",
"requires_arc": true,
"dependencies": {
"SDWebImage": [
],
"Masonry": [
]
},
"deprecated": true
}