blob: db8dd63066b02d1f9260b7938de78b95b9e33465 [file] [log] [blame]
{
"name": "iOS_Extensions",
"version": "0.1.8",
"summary": "Useful iOS extensions working with Objective-C & Swift",
"description": "TODO: This pod includes extension for the following classes :\n - NSLayoutConstraint\n - NSNumber\n - NSString\n - UIView\n - UIImage\n - UIImageView",
"homepage": "https://github.com/morganberger/iOS_Extensions",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"morganberger": "morgan.berger71@gmail.com"
},
"source": {
"git": "https://github.com/morganberger/iOS_Extensions.git",
"tag": "0.1.8"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Classes/**/*",
"frameworks": [
"UIKit",
"MapKit"
]
}