blob: 2306e73bae72b6679ae21b0153ef078e5d42d9c0 [file] [log] [blame]
{
"name": "EasyMapping",
"version": "0.17.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.17.0"
},
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.7",
"tvos": "9.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"platforms": {
"watchos": "2.0",
"ios": "5.0",
"osx": "10.7",
"tvos": "9.0"
},
"frameworks": "CoreData",
"source_files": "EasyMapping/*.{h,m}"
},
{
"name": "XCTest",
"platforms": {
"ios": "5.0",
"osx": "10.7",
"tvos": "9.0"
},
"dependencies": {
"EasyMapping/Core": [
]
},
"frameworks": "XCTest",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
},
"source_files": "XCTest+EasyMapping/*.{h,m}"
}
]
}