blob: b66dfabbe82b39689a3a73ec89165143b5d12925 [file] [log] [blame]
{
"name": "GYEasyForm",
"version": "0.1.1",
"summary": "A mobile framework that is very easy to build forms.",
"description": "A mobile framework that is very easy to build forms. ✍️✍️✍️",
"homepage": "https://github.com/zhugezhaofang/GYEasyForm",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gaoyu": "gaoyuexit@gmail.com"
},
"source": {
"git": "https://github.com/zhugezhaofang/GYEasyForm.git",
"tag": "0.1.1"
},
"social_media_url": "https://github.com/zhugezhaofang/GYEasyForm",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": [
"GYEasyForm/Classes/Core/*.{h,m}"
]
},
{
"name": "Rows",
"source_files": [
"GYEasyForm/Classes/Rows/*.{h,m}"
],
"dependencies": {
"GYEasyForm/Core": [
]
},
"resource_bundles": {
"Rows": [
"GYEasyForm/Assets/Rows/*"
]
}
}
]
}