blob: 799df4b832e2f5641da5e39b203cf989dd29db33 [file] [log] [blame]
{
"name": "Eunomia",
"version": "3.0.0",
"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.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"dependencies": {
"CocoaLumberjack": [
]
},
"source_files": "Source/Core/**/*.{h,m,swift}"
}
]
}