blob: 0cde8f2440a26bfd26a2ee33e3da917e613cb8da [file] [log] [blame]
{
"name": "EasyMapping",
"version": "0.20.0",
"summary": "The easiest way to map data from your webservice.",
"homepage": "https://github.com/lucasmedeirosleite/EasyMapping",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lucas Medeiros": "lucastoc@gmail.com",
"Denys Telezhkin": "denys.telezhkin@yandex.ru"
},
"source": {
"git": "https://github.com/lucasmedeirosleite/EasyMapping.git",
"tag": "0.20.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"platforms": {
"watchos": "2.0",
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"frameworks": "CoreData",
"source_files": "EasyMapping/*.{h,m}"
},
{
"name": "XCTest",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"dependencies": {
"EasyMapping/Core": [
]
},
"frameworks": "XCTest",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
},
"source_files": "XCTest+EasyMapping/*.{h,m}"
}
]
}