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