blob: 04e60082851a7a5126753f2f86b82118fce434a3 [file] [log] [blame]
{
"name": "UIKitPlus",
"version": "1.2.0",
"summary": "The missing UIKit methods",
"homepage": "https://github.com/JamieREvans/UIKitPlus",
"license": "MIT",
"authors": {
"Jamie Evans": "jamie.riley.evans@gmail.com"
},
"source": {
"git": "https://github.com/JamieREvans/UIKitPlus.git",
"tag": "1.2.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"Pod/Classes/*.{h,m}",
"Pod/Classes/**/*.{h,m}"
],
"dependencies": {
"FoundationPlus": [
"~> 1.0"
]
}
}