blob: 18c6dddaae7b183d98efe2e9573c50ad314d5628 [file] [log] [blame]
{
"name": "EasyMapping",
"version": "0.14.1",
"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/EasyMapping/EasyMapping.git",
"tag": "0.14.1"
},
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"frameworks": "CoreData",
"source_files": "EasyMapping/*.{h,m}"
},
{
"name": "XCTest",
"dependencies": {
"EasyMapping/Core": [
]
},
"frameworks": "XCTest",
"source_files": "XCTest+EasyMapping/*.{h,m}"
}
]
}