[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / e / 0 / 1 / PJLSQLModel / 0.0.17 / PJLSQLModel.podspec.json
blobdc6b22fe909af9eb1c653d0226e3228578ca11cf
2   "name": "PJLSQLModel",
3   "version": "0.0.17",
4   "summary": "Sql for iOS new Body",
5   "description": "simple easy sql 使用更简单,方便初步了解数据库的\n裴数据库方二次分装 能快速建立本地模型数据库 如果是swift 项目中使用的话 import UIKit @objc class PJLFTPModel: PJLSQLModel { // var id : NSInteger = -1 //id地址 @objc var titleString: String = \"\" //服务器名称 @objc var ftpAddress: String = \"\" //服务器地址 @objc var ftpUserName : String = \"\" // ftp账号 @objc var ftpPassWord : String = \"\" //ftp 密码 } 如果方法 才能使用 这样才能兼容",
6   "homepage": "https://git.oschina.net/pei5306788/PJLSQModel.git",
7   "license": "MIT",
8   "authors": {
9     "pei5306700": "4457745@qq.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://git.oschina.net/pei5306788/PJLSQModel.git",
16     "tag": "v0.0.17"
17   },
18   "source_files": "PJLSqlWorkTest/PJLTestModel/*.{h,m}",
19   "frameworks": "Foundation",
20   "requires_arc": true,
21   "dependencies": {
22     "FMDB": [
23       "~> 2.6.2"
24     ],
25     "MJExtension": [
26       "~> 3.0.13"
27     ]
28   }