blob: 8c7adab1e9361182da94af6560db2da97bbf6a69 [file] [log] [blame]
{
"name": "NitroCore",
"version": "1.0.1",
"summary": "The main features set of iOS Nitro lib",
"homepage": "http://github.com/danielalves/NitroCore",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Daniel L. Alves",
"social_media_url": "http://twitter.com/alveslopesdan",
"source": {
"git": "https://github.com/danielalves/NitroCore.git",
"tag": "1.0.1"
},
"platforms": {
"ios": null
},
"source_files": "NitroCore.h",
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"requires_arc": true,
"dependencies": {
"NitroMath": [
"~> 1.1"
],
"NitroMisc": [
"~> 1.0"
],
"NitroNSArrayCategories": [
"~> 1.0"
],
"NitroNSDictionaryCategories": [
"~> 1.1"
],
"NitroUIColorCategories": [
"~> 1.1"
]
}
}