[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 0 / f / 8 / UIKitPlus / 1.2.1 / UIKitPlus.podspec.json
blob6f40541fd7235ba3dd76d71d001bbd7e57bd2285
2   "name": "UIKitPlus",
3   "version": "1.2.1",
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": "1.2.1"
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   "dependencies": {
23     "FoundationPlus": [
24       "~> 1.0"
25     ]
26   }