blob: 8a1fb0d41b2d8fb1fe2de8ae3adc30dff4248217 [file] [log] [blame]
{
"name": "UIKitPlus",
"version": "1.0.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.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"Pod/Classes/*.{h,m}",
"Pod/Classes/**/*.{h,m}"
],
"resource_bundles": {
"UIKitPlus": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"FoundationPlus": [
"~> 0.1.0"
]
}
}