[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 4 / 5 / b / iOS_Extensions / 0.1.4 / iOS_Extensions.podspec.json
blob7419ea02328d1cc8c56fecc07476a652f807c683
2   "name": "iOS_Extensions",
3   "version": "0.1.4",
4   "summary": "Useful iOS extensions working with Objective-C",
5   "description": "TODO: This pod includes extension for the following classes :\n        - NSLayoutConstraint\n        - NSNumber\n        - NSString\n        - UIView\n        - UIImage\n        - UIImageView",
6   "homepage": "https://github.com/morganberger/iOS_Extensions",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "morganberger": "morgan.berger71@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/morganberger/iOS_Extensions.git",
16     "tag": "0.1.4"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "Classes/**/*",
22   "frameworks": [
23     "UIKit",
24     "MapKit"
25   ]