[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 4 / 5 / b / iOS_Extensions / 0.1.2 / iOS_Extensions.podspec.json
blobbd98d37737798c8e59fc0dd06749e85dc53abae3
2   "name": "iOS_Extensions",
3   "version": "0.1.2",
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.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "Classes/**/*",
22   "frameworks": [
23     "UIKit",
24     "MapKit"
25   ]