blob: bdae269bfa8a22ce7c90171268dd6773d236e8ea [file] [log] [blame]
{
"name": "EasyBasic",
"version": "1.0.1",
"license": "MIT",
"summary": "Basic Objective-C files for iOS Application",
"homepage": "https://github.com/L1zzy/EasyBasic",
"authors": {
"L1zzy": "411378202@qq.com"
},
"source": {
"git": "https://github.com/L1zzy/EasyBasic.git",
"tag": "1.0.1"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"source_files": [
"EasyBasic/*.{h,m}",
"EasyBasic/Model/**/*.{h,m}",
"EasyBasic/View/**/*.{h,m}",
"EasyBasic/ViewModel/**/*.{h,m}"
],
"dependencies": {
"MJRefresh": [
],
"ReactiveCocoa": [
],
"JSONModel": [
],
"Masonry": [
]
},
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}