blob: da1b3553d32579f3fbf75993ec7e244955da6fad [file] [log] [blame]
{
"name": "WLNReader",
"version": "0.0.4",
"summary": "A custom framework used on iOS.",
"homepage": "https://github.com/Moseschan/WLNRSDK",
"license": "MIT",
"authors": {
"MMM": "MMM"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Moseschan/WLNRSDK",
"tag": "0.0.4"
},
"resources": "WLNReader/WLNRbundle.bundle",
"vendored_frameworks": "WLNReader/WLNReader.framework",
"source_files": "WLNReader/**/*.{h,m}",
"public_header_files": "WLNReader/**/*.h",
"frameworks": [
"UIKit",
"CoreTelephony",
"Foundation",
"CoreGraphics",
"CoreLocation"
],
"dependencies": {
"AFNetworking": [
],
"YYCache": [
],
"YYModel": [
],
"YYCategories": [
],
"SVProgressHUD": [
],
"Masonry": [
],
"Toast": [
]
}
}