blob: c47979a3e76ef599f3e671b46b845c28af00e6aa [file] [log] [blame]
{
"name": "IBProperty",
"version": "1.2.2",
"platforms": {
"ios": "9.0"
},
"summary": "A iOS Kit which would adapt screen by XIB and Storyboard better, and use better for XIB and Storyboard。",
"homepage": "https://github.com/SunriseOYR/IBProperty",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Oranges and lemons",
"social_media_url": "https://www.jianshu.com/u/80c622a1fe98",
"source": {
"git": "https://github.com/SunriseOYR/IBProperty.git",
"tag": "v1.2.2"
},
"source_files": [
"IBProperty",
"IBProperty/**/*"
],
"requires_arc": true,
"dependencies": {
"Aspects": [
"~> 1.4.1"
]
},
"subspecs": [
{
"name": "Basis",
"platforms": {
"ios": "9.0"
},
"source_files": "IBProperty/Basis/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"Aspects": [
"~> 1.4.1"
]
}
}
]
}