blob: cb2ce24cdeaa437048854a8c764b5ec577a9c05d [file] [log] [blame]
{
"name": "Swifixture",
"version": "0.1.0",
"summary": "Swift library to load Json fixtures.",
"description": "Swift library to load Json fixtures. Swift version of my other library to load json\nwritten in objective-c. https://github.com/thiagolioy/TLJsonFactory",
"homepage": "https://github.com/thiagolioy/Swifixture",
"license": "MIT",
"authors": {
"Thiago Lioy": "thiagolioy@gmail.com"
},
"source": {
"git": "https://github.com/thiagolioy/Swifixture.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/tplioy",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Swifixture": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"SwiftyJSON": [
],
"ObjectMapper": [
]
}
}