blob: 4a9cee641ae0414b6d8bf1dbf4cc6bc6483931d1 [file] [log] [blame]
{
"name": "GYEasyForm",
"version": "0.1.2",
"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/gaoyuexit/GYEasyForm",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gaoyu": "gaoyuexit@gmail.com"
},
"source": {
"git": "https://github.com/gaoyuexit/GYEasyForm.git",
"tag": "0.1.2"
},
"social_media_url": "https://github.com/gaoyuexit/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/*"
]
}
}
]
}