blob: dc8a8c466343c0d3ee3196c7e6ad1bbacf6fa0bf [file] [log] [blame]
{
"name": "NitroCore",
"version": "1.0.0",
"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.0"
},
"platforms": {
"ios": null
},
"source_files": "NitroCore.h",
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"requires_arc": true,
"dependencies": {
"NitroMath": [
"~> 1.1.0"
],
"NitroMisc": [
"~> 1.0.1"
],
"NitroNSArrayCategories": [
"~> 1.0.1"
],
"NitroNSDictionaryCategories": [
"~> 1.1.0"
],
"NitroUIColorCategories": [
"~> 1.1.1"
]
}
}