[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / f / 8 / UIKitPlus / 0.1.0 / UIKitPlus.podspec.json
blob4414519670900d7c1e71ae74a2072ea97ecab84c
2   "name": "UIKitPlus",
3   "version": "0.1.0",
4   "summary": "The missing UIKit methods",
5   "homepage": "https://github.com/JamieREvans/UIKitPlus",
6   "license": "MIT",
7   "authors": {
8     "Jamie Evans": "jamie.riley.evans@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/JamieREvans/UIKitPlus.git",
12     "tag": "0.1.0"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "source_files": [
19     "Pod/Classes/*.{h,m}",
20     "Pod/Classes/**/*.{h,m}"
21   ],
22   "resource_bundles": {
23     "UIKitPlus": [
24       "Pod/Assets/*.png"
25     ]
26   },
27   "dependencies": {
28     "FoundationPlus": [
29       "~> 0.1.0"
30     ]
31   }