blob: 11b9dd182fa336bf9797ff9693fcdad180cd2145 [file] [log] [blame]
{
"name": "LEFrameworks",
"version": "0.1.7",
"summary": "IOS Development Frameworks 公司IOS开发库:自动排版、列表封装、数据模型、网络库封装",
"description": "IOS Development Frameworks 公司IOS开发库:自动排版、列表封装、数据模型、网络库封装\n图片选择切割器(ImagePickerWithCropper),\n图片选择器(ImagePicker),\n图片切割器(ImageCropper),\n弹出消息(LocalNotification),\n二维码扫码(LEScanQRCode),\n弹窗(LEPopup)、\n应用级图片缓存(LEImageCache),\nBadge(LEBadge),\n蓝牙封装(LEBlueTooth),\n电池上涨动画(LEWaveProgressView)",
"homepage": "https://github.com/LarryEmerson/LEFrameworks",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"LarryEmerson": "larryemerson@163.com"
},
"source": {
"git": "https://github.com/LarryEmerson/LEFrameworks.git",
"tag": "0.1.7"
},
"platforms": {
"ios": "7.0"
},
"frameworks": [
"UIKit",
"MapKit",
"AssetsLibrary",
"JavaScriptCore",
"CoreTelephony",
"CFNetwork"
],
"libraries": [
"sqlite3",
"c",
"icucore",
"z",
"stdc++.6.0.9"
],
"dependencies": {
"AFNetworking": [
"~> 3.0"
],
"FLAnimatedImage": [
],
"SDWebImage": [
]
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"resource_bundles": {
"LEFrameworks": [
"LEFrameworks/Assets/*.png"
]
},
"source_files": "LEFrameworks/Classes/**/*"
}