blob: 3354e4058b1f2451a424941a7149912a0627465c [file] [log] [blame]
{
"name": "Eunomia",
"version": "3.0.5",
"summary": "OSX and iOS common functionalities",
"license": "MIT",
"homepage": "https://github.com/Adorkable/Eunomia",
"authors": {
"Ian G": "yo.ian.g@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/Adorkable/Eunomia.git",
"tag": "3.0.5"
},
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "2.3"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"dependencies": {
"CocoaLumberjack": [
"~> 2.2.0"
]
},
"source_files": "Source/Core/**/*.{h,m,swift}"
}
]
}